#75020C

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

Shades of Burgundy #75020C

Tints of Burgundy #75020C

Color information

#75020C (or 0x75020C) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 0C. RGB value is (117,2,12). Sum of RGB (Red+Green+Blue) = 117+2+12=131 (17% of max value = 765). Red value is 117 (46.09% from 255 or 89.31% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 117 - color contains mainly: red. Hex color #75020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75020C is #8AFDF3. Grayscale: #252525. Windows color (decimal): -9108980 or 787061. OLE color: 787061.

HSL color Cylindrical-coordinate representation of color #75020C: hue angle of 354.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75020C is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB117212-
CMYK00.980.900.54
HSL354.78º96.64%23.33%-
HSV(B)354.78º98.29%45.88%-
XYZ7.423.850.7-
YUV37.52113.6184.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 89.31%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=89.31%
G=1.53%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11721200.980.900.54354.7896.6423.33
Hex752C0625A361636117
Octal16521401421326654314127
Binary1110101101100011000101011010110110101100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75020C; }

 p { color: rgb(117,2,12); }

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

<style>
 a { background-color: #75020C; }

 a { background-color: rgb(117,2,12); }

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

<style>
 span { border-color: #75020C; }

 span { border-color: rgb(117,2,12); }

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