Html Css Color HEX #70040B Burgundy

📋 copy color: '#70040B'

red 112 ◦ green 4 ◦ blue 11

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

Shades of Burgundy #70040B

Tints of Burgundy #70040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.66%

R = 88.19%
G = 3.15%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70040B (or 0x70040B) is known color: Burgundy. HEX triplet: 70, 04 and 0B. RGB value is (112,4,11). Sum of RGB (Red+Green+Blue) = 112+4+11=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #70040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70040B is #8FFBF4. Grayscale: #252525. Windows color (decimal): -9436149 or 722032. OLE color: 722032.

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

Color convert

RGB 112 4 11 -
CMYK 0 0.96 0.90 0.56
HSL 356.11º 0.93% 0.23% -
HSV(B) 356.11º 0.96% 0.44% -
XYZ 6.79 3.56 0.65 -
YUV 37.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 112 4 11 0 0.96 0.90 0.56 356.11 0.93 0.23
Hex 70 4 B 0 60 5A 38 164 5D 17
Octal 160 4 13 0 140 132 70 544 135 27
Binary 1110000 100 1011 0 1100000 1011010 111000 101100100 1011101 10111

Color Harmonies of #70040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70040B

Black with #70040B

Text Example


Text Example

White with #70040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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