#930c36

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

Shades of Burgundy #930C36

Tints of Burgundy #930C36

Color information

#930C36 (or 0x930C36) is unknown color: approx Burgundy. HEX triplet: 93, 0C and 36. RGB value is (147,12,54). Sum of RGB (Red+Green+Blue) = 147+12+54=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #930C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930C36 is #6CF3C9. Grayscale: #393939. Windows color (decimal): -7140298 or 3542163. OLE color: 3542163.

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

Color convert

RGB1471254-
CMYK00.920.630.42
HSL341.33º84.91%31.18%-
HSV(B)341.33º91.84%57.65%-
XYZ12.836.734.11-
YUV57.15126.23192.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.01%
GREEN value IS 12 (5.08% from 255) = 5.63%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=69.01%
G=5.63%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147125400.920.630.42341.3384.9131.18
Hex93C3605C3F2A155551f
Octal22314660134775252512537
Binary10010011110011011001011100111111101010101010101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930c36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,12,54); }

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

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

 a { background-color: rgb(147,12,54); }

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

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

 span { border-color: rgb(147,12,54); }

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