#70021E

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

Shades of Burgundy #70021E

Tints of Burgundy #70021E

Color information

#70021E (or 0x70021E) is unknown color: approx Burgundy. HEX triplet: 70, 02 and 1E. RGB value is (112,2,30). Sum of RGB (Red+Green+Blue) = 112+2+30=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70021E is #8FFDE1. Grayscale: #262626. Windows color (decimal): -9436642 or 1966704. OLE color: 1966704.

HSL color Cylindrical-coordinate representation of color #70021E: hue angle of 344.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70021E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB112230-
CMYK00.980.730.56
HSL344.73º96.49%22.35%-
HSV(B)344.73º98.21%43.92%-
XYZ6.943.581.55-
YUV38.08123.44180.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.78%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=77.78%
G=1.39%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11223000.980.730.56344.7396.4922.35
Hex7021E06249381596016
Octal16023601421117053114026
Binary11100001011110011000101001001111000101011001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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