#70052A

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

Shades of Burgundy #70052A

Tints of Burgundy #70052A

Color information

#70052A (or 0x70052A) is unknown color: approx Burgundy. HEX triplet: 70, 05 and 2A. RGB value is (112,5,42). Sum of RGB (Red+Green+Blue) = 112+5+42=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70052A is #8FFAD5. Grayscale: #292929. Windows color (decimal): -9435862 or 2753904. OLE color: 2753904.

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

Color convert

RGB112542-
CMYK00.960.620.56
HSL339.25º91.45%22.94%-
HSV(B)339.25º95.54%43.92%-
XYZ7.153.722.53-
YUV41.21128.45178.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.44%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=70.44%
G=3.14%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11254200.960.620.56339.2591.4522.94
Hex7052A0603E381535b17
Octal1605520140767052313327
Binary111000010110101001100000111110111000101010011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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