Html Css Color HEX #70040D Burgundy

📋 copy color: '#70040D'

red 112 ◦ green 4 ◦ blue 13

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

Shades of Burgundy #70040D

Tints of Burgundy #70040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

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

R = 86.82%
G = 3.1%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70040D (or 0x70040D) is known color: Burgundy. HEX triplet: 70, 04 and 0D. RGB value is (112,4,13). Sum of RGB (Red+Green+Blue) = 112+4+13=129 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.82% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 112 - color contains mainly: red. Hex color #70040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70040D is #8FFBF2. Grayscale: #252525. Windows color (decimal): -9436147 or 853104. OLE color: 853104.

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

Color convert

RGB 112 4 13 -
CMYK 0 0.96 0.88 0.56
HSL 355º 0.93% 0.23% -
HSV(B) 355º 0.96% 0.44% -
XYZ 6.8 3.56 0.71 -
YUV 37.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 112 4 13 0 0.96 0.88 0.56 355 0.93 0.23
Hex 70 4 D 0 60 58 38 163 5D 17
Octal 160 4 15 0 140 130 70 543 135 27
Binary 1110000 100 1101 0 1100000 1011000 111000 101100011 1011101 10111

Color Harmonies of #70040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70040D

Black with #70040D

Text Example


Text Example

White with #70040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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