#70080A

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

Shades of Burgundy #70080A

Tints of Burgundy #70080A

Color information

#70080A (or 0x70080A) is unknown color: approx Burgundy. HEX triplet: 70, 08 and 0A. RGB value is (112,8,10). Sum of RGB (Red+Green+Blue) = 112+8+10=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #70080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70080A is #8FF7F5. Grayscale: #272727. Windows color (decimal): -9435126 or 657520. OLE color: 657520.

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

Color convert

RGB112810-
CMYK00.930.910.56
HSL358.85º86.67%23.53%-
HSV(B)358.85º92.86%43.92%-
XYZ6.823.640.63-
YUV39.32111.46179.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 86.15%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=86.15%
G=6.15%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11281000.930.910.56358.8586.6723.53
Hex708A05D5B381675718
Octal160101201351337054712730
Binary111000010001010010111011011011111000101100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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