#70010F

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

Shades of Burgundy #70010F

Tints of Burgundy #70010F

Color information

#70010F (or 0x70010F) is unknown color: approx Burgundy. HEX triplet: 70, 01 and 0F. RGB value is (112,1,15). Sum of RGB (Red+Green+Blue) = 112+1+15=128 (16% of max value = 765). Red value is 112 (44.14% from 255 or 87.5% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 112 - color contains mainly: red. Hex color #70010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70010F is #8FFEF0. Grayscale: #232323. Windows color (decimal): -9436913 or 983408. OLE color: 983408.

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

Color convert

RGB112115-
CMYK00.990.870.56
HSL352.43º98.23%22.16%-
HSV(B)352.43º99.11%43.92%-
XYZ6.783.50.77-
YUV35.79116.27182.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 87.5%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=87.5%
G=0.78%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211500.990.870.56352.4398.2322.16
Hex701F06357381606216
Octal16011701431277054014226
Binary111000011111011000111010111111000101100000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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