Html Css Color HEX #70041D Burgundy

📋 copy color: '#70041D'

red 112 ◦ green 4 ◦ blue 29

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

Shades of Burgundy #70041D

Tints of Burgundy #70041D

RGB

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

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

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

R = 77.24%
G = 2.76%
B = 20%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70041D (or 0x70041D) is known color: Burgundy. HEX triplet: 70, 04 and 1D. RGB value is (112,4,29). Sum of RGB (Red+Green+Blue) = 112+4+29=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #70041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70041D is #8FFBE2. Grayscale: #272727. Windows color (decimal): -9436131 or 1901680. OLE color: 1901680.

HSL color Cylindrical-coordinate representation of color #70041D: hue angle of 346.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 #70041D is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 4 29 -
CMYK 0 0.96 0.74 0.56
HSL 346.11º 0.93% 0.23% -
HSV(B) 346.11º 0.96% 0.44% -
XYZ 6.95 3.62 1.5 -
YUV 39.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 112 4 29 0 0.96 0.74 0.56 346.11 0.93 0.23
Hex 70 4 1D 0 60 4A 38 15A 5D 17
Octal 160 4 35 0 140 112 70 532 135 27
Binary 1110000 100 11101 0 1100000 1001010 111000 101011010 1011101 10111

Color Harmonies of #70041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70041D

Black with #70041D

Text Example


Text Example

White with #70041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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