Html Css Color HEX #70000C Burgundy

📋 copy color: '#70000C'

red 112 ◦ green 0 ◦ blue 12

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

Shades of Burgundy #70000C

Tints of Burgundy #70000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.32%
G = 0%
B = 9.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70000C (or 0x70000C) is known color: Burgundy. HEX triplet: 70, 00 and 0C. RGB value is (112,0,12). Sum of RGB (Red+Green+Blue) = 112+0+12=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #70000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70000C is #8FFFF3. Grayscale: #222222. Windows color (decimal): -9437172 or 786544. OLE color: 786544.

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

Color convert

RGB 112 0 12 -
CMYK 0 1 0.89 0.56
HSL 353.57º 1% 0.22% -
HSV(B) 353.57º 1% 0.44% -
XYZ 6.75 3.47 0.66 -
YUV 34.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 112 0 12 0 1 0.89 0.56 353.57 1 0.22
Hex 70 0 C 0 64 59 38 162 64 16
Octal 160 0 14 0 144 131 70 542 144 26
Binary 1110000 0 1100 0 1100100 1011001 111000 101100010 1100100 10110

Color Harmonies of #70000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70000C

Black with #70000C

Text Example


Text Example

White with #70000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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