#70030C

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

Shades of Burgundy #70030C

Tints of Burgundy #70030C

Color information

#70030C (or 0x70030C) is unknown color: approx Burgundy. HEX triplet: 70, 03 and 0C. RGB value is (112,3,12). Sum of RGB (Red+Green+Blue) = 112+3+12=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #70030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70030C is #8FFCF3. Grayscale: #242424. Windows color (decimal): -9436404 or 787312. OLE color: 787312.

HSL color Cylindrical-coordinate representation of color #70030C: hue angle of 355.05º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70030C is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB112312-
CMYK00.970.890.56
HSL355.05º94.78%22.55%-
HSV(B)355.05º97.32%43.92%-
XYZ6.783.540.67-
YUV36.62114.11181.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 88.19%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 12 (5.08% from 255) = 9.45%
R=88.19%
G=2.36%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11231200.970.890.56355.0594.7822.55
Hex703C06159381635f17
Octal16031401411317054313727
Binary1110000111100011000011011001111000101100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,3,12); }

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

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

 a { background-color: rgb(112,3,12); }

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

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

 span { border-color: rgb(112,3,12); }

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