#70081A

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

Shades of Burgundy #70081A

Tints of Burgundy #70081A

Color information

#70081A (or 0x70081A) is unknown color: approx Burgundy. HEX triplet: 70, 08 and 1A. RGB value is (112,8,26). Sum of RGB (Red+Green+Blue) = 112+8+26=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #70081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70081A is #8FF7E5. Grayscale: #292929. Windows color (decimal): -9435110 or 1706096. OLE color: 1706096.

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

Color convert

RGB112826-
CMYK00.930.770.56
HSL349.62º86.67%23.53%-
HSV(B)349.62º92.86%43.92%-
XYZ6.963.691.32-
YUV41.15119.46178.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.71%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=76.71%
G=5.48%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11282600.930.770.56349.6286.6723.53
Hex7081A05D4D3815e5718
Octal160103201351157053612730
Binary1110000100011010010111011001101111000101011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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