#70042B

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

Shades of Burgundy #70042B

Tints of Burgundy #70042B

Color information

#70042B (or 0x70042B) is unknown color: approx Burgundy. HEX triplet: 70, 04 and 2B. RGB value is (112,4,43). Sum of RGB (Red+Green+Blue) = 112+4+43=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70042B is #8FFBD4. Grayscale: #282828. Windows color (decimal): -9436117 or 2819184. OLE color: 2819184.

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

Color convert

RGB112443-
CMYK00.960.620.56
HSL338.33º93.1%22.75%-
HSV(B)338.33º96.43%43.92%-
XYZ7.163.712.62-
YUV40.74129.28178.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.44%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=70.44%
G=2.52%
B=27.04%

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
Decimal11244300.960.620.56338.3393.122.75
Hex7042B0603E381525d17
Octal1604530140767052213527
Binary111000010010101101100000111110111000101010010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70042B; }

 p { color: rgb(112,4,43); }

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

<style>
 a { background-color: #70042B; }

 a { background-color: rgb(112,4,43); }

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

<style>
 span { border-color: #70042B; }

 span { border-color: rgb(112,4,43); }

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