#70032D

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

Shades of Burgundy #70032D

Tints of Burgundy #70032D

Color information

#70032D (or 0x70032D) is unknown color: approx Burgundy. HEX triplet: 70, 03 and 2D. RGB value is (112,3,45). Sum of RGB (Red+Green+Blue) = 112+3+45=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #70032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70032D is #8FFCD2. Grayscale: #282828. Windows color (decimal): -9436371 or 2950000. OLE color: 2950000.

HSL color Cylindrical-coordinate representation of color #70032D: hue angle of 336.88º 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 #70032D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB112345-
CMYK00.970.600.56
HSL336.88º94.78%22.55%-
HSV(B)336.88º97.32%43.92%-
XYZ7.193.72.82-
YUV40.38130.61179.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=70%
G=1.88%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11234500.970.600.56336.8894.7822.55
Hex7032D0613C381515f17
Octal1603550141747052113727
Binary11100001110110101100001111100111000101010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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