#70082A

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

Shades of Burgundy #70082A

Tints of Burgundy #70082A

Color information

#70082A (or 0x70082A) is unknown color: approx Burgundy. HEX triplet: 70, 08 and 2A. RGB value is (112,8,42). Sum of RGB (Red+Green+Blue) = 112+8+42=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #70082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70082A is #8FF7D5. Grayscale: #2A2A2A. Windows color (decimal): -9435094 or 2754672. OLE color: 2754672.

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

Color convert

RGB112842-
CMYK00.930.620.56
HSL340.38º86.67%23.53%-
HSV(B)340.38º92.86%43.92%-
XYZ7.193.792.54-
YUV42.97127.46177.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.14%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=69.14%
G=4.94%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11284200.930.620.56340.3886.6723.53
Hex7082A05D3E381545718
Octal16010520135767052412730
Binary1110000100010101001011101111110111000101010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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