Html Css Color HEX #70080C Burgundy

📋 copy color: '#70080C'

red 112 ◦ green 8 ◦ blue 12

#70080C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #70080C

Tints of Burgundy #70080C

RGB

 RED value IS 112 (44.14% from 255) = 84.85%

 GREEN value IS 8 (3.52% from 255) = 6.06%

 BLUE value IS 12 (5.08% from 255) = 9.09%

R = 84.85%
G = 6.06%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70080C (or 0x70080C) is known color: Burgundy. HEX triplet: 70, 08 and 0C. RGB value is (112,8,12). Sum of RGB (Red+Green+Blue) = 112+8+12=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #70080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70080C is #8FF7F3. Grayscale: #272727. Windows color (decimal): -9435124 or 788592. OLE color: 788592.

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

Color convert

RGB 112 8 12 -
CMYK 0 0.93 0.89 0.56
HSL 357.69º 0.87% 0.24% -
HSV(B) 357.69º 0.93% 0.44% -
XYZ 6.84 3.64 0.69 -
YUV 39.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 112 8 12 0 0.93 0.89 0.56 357.69 0.87 0.24
Hex 70 8 C 0 5D 59 38 166 57 18
Octal 160 10 14 0 135 131 70 546 127 30
Binary 1110000 1000 1100 0 1011101 1011001 111000 101100110 1010111 11000

Color Harmonies of #70080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70080C

Black with #70080C

Text Example


Text Example

White with #70080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70080C;
 }
 .AnyTagClassName
 {
   color: #70080C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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