Html Css Color HEX #70050C Burgundy

📋 copy color: '#70050C'

red 112 ◦ green 5 ◦ blue 12

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

Shades of Burgundy #70050C

Tints of Burgundy #70050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.88%

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

R = 86.82%
G = 3.88%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70050C (or 0x70050C) is known color: Burgundy. HEX triplet: 70, 05 and 0C. RGB value is (112,5,12). Sum of RGB (Red+Green+Blue) = 112+5+12=129 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.82% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 112 - color contains mainly: red. Hex color #70050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70050C is #8FFAF3. Grayscale: #252525. Windows color (decimal): -9435892 or 787824. OLE color: 787824.

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

Color convert

RGB 112 5 12 -
CMYK 0 0.96 0.89 0.56
HSL 356.07º 0.91% 0.23% -
HSV(B) 356.07º 0.96% 0.44% -
XYZ 6.8 3.58 0.68 -
YUV 37.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 112 5 12 0 0.96 0.89 0.56 356.07 0.91 0.23
Hex 70 5 C 0 60 59 38 164 5B 17
Octal 160 5 14 0 140 131 70 544 133 27
Binary 1110000 101 1100 0 1100000 1011001 111000 101100100 1011011 10111

Color Harmonies of #70050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70050C

Black with #70050C

Text Example


Text Example

White with #70050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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