Html Css Color HEX #70081B Burgundy

📋 copy color: '#70081B'

red 112 ◦ green 8 ◦ blue 27

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

Shades of Burgundy #70081B

Tints of Burgundy #70081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.44%

 BLUE value IS 27 (10.94% from 255) = 18.37%

R = 76.19%
G = 5.44%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70081B (or 0x70081B) is known color: Burgundy. HEX triplet: 70, 08 and 1B. RGB value is (112,8,27). Sum of RGB (Red+Green+Blue) = 112+8+27=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70081B is #8FF7E4. Grayscale: #292929. Windows color (decimal): -9435109 or 1771632. OLE color: 1771632.

HSL color Cylindrical-coordinate representation of color #70081B: hue angle of 349.04º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70081B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 27 -
CMYK 0 0.93 0.76 0.56
HSL 349.04º 0.87% 0.24% -
HSV(B) 349.04º 0.93% 0.44% -
XYZ 6.97 3.7 1.38 -
YUV 41.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 112 8 27 0 0.93 0.76 0.56 349.04 0.87 0.24
Hex 70 8 1B 0 5D 4C 38 15D 57 18
Octal 160 10 33 0 135 114 70 535 127 30
Binary 1110000 1000 11011 0 1011101 1001100 111000 101011101 1010111 11000

Color Harmonies of #70081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70081B

Black with #70081B

Text Example


Text Example

White with #70081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,8,27); }

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

background-color css

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

 a { background-color: rgb(112,8,27); }

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

border-color css

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

 span { border-color: rgb(112,8,27); }

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