#70032A

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

Shades of Burgundy #70032A

Tints of Burgundy #70032A

Color information

#70032A (or 0x70032A) is unknown color: approx Burgundy. HEX triplet: 70, 03 and 2A. RGB value is (112,3,42). Sum of RGB (Red+Green+Blue) = 112+3+42=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #70032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70032A is #8FFCD5. Grayscale: #272727. Windows color (decimal): -9436374 or 2753392. OLE color: 2753392.

HSL color Cylindrical-coordinate representation of color #70032A: hue angle of 338.53º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70032A is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB112342-
CMYK00.970.620.56
HSL338.53º94.78%22.55%-
HSV(B)338.53º97.32%43.92%-
XYZ7.133.682.52-
YUV40.04129.11179.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.34%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=71.34%
G=1.91%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11234200.970.620.56338.5394.7822.55
Hex7032A0613E381535f17
Octal1603520141767052313727
Binary11100001110101001100001111110111000101010011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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