#930b3b

Color #930B3B Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #930B3B

Tints of Burgundy #930B3B

Color information

#930B3B (or 0x930B3B) is unknown color: approx Burgundy. HEX triplet: 93, 0B and 3B. RGB value is (147,11,59). Sum of RGB (Red+Green+Blue) = 147+11+59=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #930B3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930B3B is #6CF4C4. Grayscale: #393939. Windows color (decimal): -7140549 or 3869587. OLE color: 3869587.

HSL color Cylindrical-coordinate representation of color #930B3B: hue angle of 338.82º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930B3B is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1471159-
CMYK00.930.600.42
HSL338.82º86.08%30.98%-
HSV(B)338.82º92.52%57.65%-
XYZ12.946.764.76-
YUV57.14129.06192.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 67.74%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=67.74%
G=5.07%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147115900.930.600.42338.8286.0830.98
Hex93B3B05D3C2A153561f
Octal22313730135745252312637
Binary10010011101111101101011101111100101010101010011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930b3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930b3b; }

 p { color: rgb(147,11,59); }

 H1.HeaderClassName
 {
   color: #930b3b;
 }
 .AnyTagClassName
 {
   color: #930b3b;
 }
</style>
background-color css

<style>
 a { background-color: #930b3b; }

 a { background-color: rgb(147,11,59); }

 div.DivClassName
 {
   background-color: #930b3b;
 }
 .BgClassName
 {
   background-color: #930b3b;
 }
</style>
border-color css

<style>
 span { border-color: #930b3b; }

 span { border-color: rgb(147,11,59); }

 td.TdClassName
 {
   border-color: #930b3b;
 }
 .TagClassName
 {
   border-color: #930b3b;
 }
</style>