Html Css Color HEX #70041F Burgundy

📋 copy color: '#70041F'

red 112 ◦ green 4 ◦ blue 31

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

Shades of Burgundy #70041F

Tints of Burgundy #70041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 76.19%
G = 2.72%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70041F (or 0x70041F) is known color: Burgundy. HEX triplet: 70, 04 and 1F. RGB value is (112,4,31). Sum of RGB (Red+Green+Blue) = 112+4+31=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70041F is #8FFBE0. Grayscale: #272727. Windows color (decimal): -9436129 or 2032752. OLE color: 2032752.

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

Color convert

RGB 112 4 31 -
CMYK 0 0.96 0.72 0.56
HSL 345º 0.93% 0.23% -
HSV(B) 345º 0.96% 0.44% -
XYZ 6.97 3.63 1.63 -
YUV 39.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 112 4 31 0 0.96 0.72 0.56 345 0.93 0.23
Hex 70 4 1F 0 60 48 38 159 5D 17
Octal 160 4 37 0 140 110 70 531 135 27
Binary 1110000 100 11111 0 1100000 1001000 111000 101011001 1011101 10111

Color Harmonies of #70041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70041F

Black with #70041F

Text Example


Text Example

White with #70041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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