Html Css Color HEX #70080D Burgundy

📋 copy color: '#70080D'

red 112 ◦ green 8 ◦ blue 13

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

Shades of Burgundy #70080D

Tints of Burgundy #70080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 84.21%
G = 6.02%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70080D (or 0x70080D) is known color: Burgundy. HEX triplet: 70, 08 and 0D. RGB value is (112,8,13). Sum of RGB (Red+Green+Blue) = 112+8+13=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #70080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70080D is #8FF7F2. Grayscale: #272727. Windows color (decimal): -9435123 or 854128. OLE color: 854128.

HSL color Cylindrical-coordinate representation of color #70080D: hue angle of 357.12º 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 #70080D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 13 -
CMYK 0 0.93 0.88 0.56
HSL 357.12º 0.87% 0.24% -
HSV(B) 357.12º 0.93% 0.44% -
XYZ 6.84 3.65 0.72 -
YUV 39.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 112 8 13 0 0.93 0.88 0.56 357.12 0.87 0.24
Hex 70 8 D 0 5D 58 38 165 57 18
Octal 160 10 15 0 135 130 70 545 127 30
Binary 1110000 1000 1101 0 1011101 1011000 111000 101100101 1010111 11000

Color Harmonies of #70080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70080D

Black with #70080D

Text Example


Text Example

White with #70080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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