Html Css Color HEX #70090C Burgundy

📋 copy color: '#70090C'

red 112 ◦ green 9 ◦ blue 12

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

Shades of Burgundy #70090C

Tints of Burgundy #70090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

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

R = 84.21%
G = 6.77%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70090C (or 0x70090C) is known color: Burgundy. HEX triplet: 70, 09 and 0C. RGB value is (112,9,12). Sum of RGB (Red+Green+Blue) = 112+9+12=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #70090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70090C is #8FF6F3. Grayscale: #282828. Windows color (decimal): -9434868 or 788848. OLE color: 788848.

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

Color convert

RGB 112 9 12 -
CMYK 0 0.92 0.89 0.56
HSL 358.25º 0.85% 0.24% -
HSV(B) 358.25º 0.92% 0.44% -
XYZ 6.85 3.67 0.69 -
YUV 40.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 112 9 12 0 0.92 0.89 0.56 358.25 0.85 0.24
Hex 70 9 C 0 5C 59 38 166 55 18
Octal 160 11 14 0 134 131 70 546 125 30
Binary 1110000 1001 1100 0 1011100 1011001 111000 101100110 1010101 11000

Color Harmonies of #70090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70090C

Black with #70090C

Text Example


Text Example

White with #70090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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