Html Css Color HEX #70051E Burgundy

📋 copy color: '#70051E'

red 112 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #70051E

Tints of Burgundy #70051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.4%

 BLUE value IS 30 (12.11% from 255) = 20.41%

R = 76.19%
G = 3.4%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70051E (or 0x70051E) is known color: Burgundy. HEX triplet: 70, 05 and 1E. RGB value is (112,5,30). Sum of RGB (Red+Green+Blue) = 112+5+30=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70051E is #8FFAE1. Grayscale: #272727. Windows color (decimal): -9435874 or 1967472. OLE color: 1967472.

HSL color Cylindrical-coordinate representation of color #70051E: hue angle of 345.98º degrees, saturation: 0.91, 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 #70051E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 30 -
CMYK 0 0.96 0.73 0.56
HSL 345.98º 0.91% 0.23% -
HSV(B) 345.98º 0.96% 0.44% -
XYZ 6.97 3.65 1.56 -
YUV 39.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 112 5 30 0 0.96 0.73 0.56 345.98 0.91 0.23
Hex 70 5 1E 0 60 49 38 15A 5B 17
Octal 160 5 36 0 140 111 70 532 133 27
Binary 1110000 101 11110 0 1100000 1001001 111000 101011010 1011011 10111

Color Harmonies of #70051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70051E

Black with #70051E

Text Example


Text Example

White with #70051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70051E; }

 p { color: rgb(112,5,30); }

 H1.HeaderClassName
 {
   color: #70051E;
 }
 .AnyTagClassName
 {
   color: #70051E;
 }
</style>

background-color css

<style>
 a { background-color: #70051E; }

 a { background-color: rgb(112,5,30); }

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

border-color css

<style>
 span { border-color: #70051E; }

 span { border-color: rgb(112,5,30); }

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