#70081F

Color #70081F Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #70081F

Tints of Burgundy #70081F

Color information

#70081F (or 0x70081F) is unknown color: approx Burgundy. HEX triplet: 70, 08 and 1F. RGB value is (112,8,31). Sum of RGB (Red+Green+Blue) = 112+8+31=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #70081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70081F is #8FF7E0. Grayscale: #292929. Windows color (decimal): -9435105 or 2033776. OLE color: 2033776.

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

Color convert

RGB112831-
CMYK00.930.720.56
HSL346.73º86.67%23.53%-
HSV(B)346.73º92.86%43.92%-
XYZ7.023.721.64-
YUV41.72121.96178.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.17%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=74.17%
G=5.30%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11283100.930.720.56346.7386.6723.53
Hex7081F05D483815b5718
Octal160103701351107053312730
Binary1110000100011111010111011001000111000101011011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70081F;
 }
 .AnyTagClassName
 {
   color: #70081F;
 }
</style>
background-color css

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

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

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

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

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

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