Html Css Color HEX #70011D Burgundy

📋 copy color: '#70011D'

red 112 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #70011D

Tints of Burgundy #70011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 29 (11.72% from 255) = 20.42%

R = 78.87%
G = 0.7%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70011D (or 0x70011D) is known color: Burgundy. HEX triplet: 70, 01 and 1D. RGB value is (112,1,29). Sum of RGB (Red+Green+Blue) = 112+1+29=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #70011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70011D is #8FFEE2. Grayscale: #252525. Windows color (decimal): -9436899 or 1900912. OLE color: 1900912.

HSL color Cylindrical-coordinate representation of color #70011D: hue angle of 344.86º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70011D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 1 29 -
CMYK 0 0.99 0.74 0.56
HSL 344.86º 0.98% 0.22% -
HSV(B) 344.86º 0.99% 0.44% -
XYZ 6.91 3.56 1.48 -
YUV 37.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 112 1 29 0 0.99 0.74 0.56 344.86 0.98 0.22
Hex 70 1 1D 0 63 4A 38 159 62 16
Octal 160 1 35 0 143 112 70 531 142 26
Binary 1110000 1 11101 0 1100011 1001010 111000 101011001 1100010 10110

Color Harmonies of #70011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70011D

Black with #70011D

Text Example


Text Example

White with #70011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,1,29); }

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

background-color css

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

 a { background-color: rgb(112,1,29); }

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

border-color css

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

 span { border-color: rgb(112,1,29); }

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