#70020F

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

Shades of Burgundy #70020F

Tints of Burgundy #70020F

Color information

#70020F (or 0x70020F) is unknown color: approx Burgundy. HEX triplet: 70, 02 and 0F. RGB value is (112,2,15). Sum of RGB (Red+Green+Blue) = 112+2+15=129 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.82% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 112 - color contains mainly: red. Hex color #70020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70020F is #8FFDF0. Grayscale: #242424. Windows color (decimal): -9436657 or 983664. OLE color: 983664.

HSL color Cylindrical-coordinate representation of color #70020F: hue angle of 352.91º 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 #70020F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB112215-
CMYK00.980.870.56
HSL352.91º96.49%22.35%-
HSV(B)352.91º98.21%43.92%-
XYZ6.793.520.77-
YUV36.37115.94181.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 86.82%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 15 (6.25% from 255) = 11.63%
R=86.82%
G=1.55%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11221500.980.870.56352.9196.4922.35
Hex702F06257381616016
Octal16021701421277054114026
Binary1110000101111011000101010111111000101100001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70020F; }

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

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

<style>
 a { background-color: #70020F; }

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

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

<style>
 span { border-color: #70020F; }

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

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