#70041E

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

Shades of Burgundy #70041E

Tints of Burgundy #70041E

Color information

#70041E (or 0x70041E) is unknown color: approx Burgundy. HEX triplet: 70, 04 and 1E. RGB value is (112,4,30). Sum of RGB (Red+Green+Blue) = 112+4+30=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #70041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70041E is #8FFBE1. Grayscale: #272727. Windows color (decimal): -9436130 or 1967216. OLE color: 1967216.

HSL color Cylindrical-coordinate representation of color #70041E: hue angle of 345.56º 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 #70041E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB112430-
CMYK00.960.730.56
HSL345.56º93.1%22.75%-
HSV(B)345.56º96.43%43.92%-
XYZ6.963.631.56-
YUV39.26122.78179.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.71%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=76.71%
G=2.74%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11243000.960.730.56345.5693.122.75
Hex7041E060493815a5d17
Octal16043601401117053213527
Binary111000010011110011000001001001111000101011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70041E; }

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

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

<style>
 a { background-color: #70041E; }

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

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

<style>
 span { border-color: #70041E; }

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

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