#750212

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

Shades of Burgundy #750212

Tints of Burgundy #750212

Color information

#750212 (or 0x750212) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 12. RGB value is (117,2,18). Sum of RGB (Red+Green+Blue) = 117+2+18=137 (18% of max value = 765). Red value is 117 (46.09% from 255 or 85.40% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 117 - color contains mainly: red. Hex color #750212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750212 is #8AFDED. Grayscale: #262626. Windows color (decimal): -9108974 or 1180277. OLE color: 1180277.

HSL color Cylindrical-coordinate representation of color #750212: hue angle of 351.65º 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 #750212 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB117218-
CMYK00.980.850.54
HSL351.65º96.64%23.33%-
HSV(B)351.65º98.29%45.88%-
XYZ7.473.870.93-
YUV38.21116.6184.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 85.40%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=85.40%
G=1.46%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11721800.980.850.54351.6596.6423.33
Hex7521206255361606117
Octal16522201421256654014127
Binary11101011010010011000101010101110110101100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750212; }

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

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

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

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

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

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

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

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