#70010B

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

Shades of Burgundy #70010B

Tints of Burgundy #70010B

Color information

#70010B (or 0x70010B) is unknown color: approx Burgundy. HEX triplet: 70, 01 and 0B. RGB value is (112,1,11). Sum of RGB (Red+Green+Blue) = 112+1+11=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #70010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70010B is #8FFEF4. Grayscale: #232323. Windows color (decimal): -9436917 or 721264. OLE color: 721264.

HSL color Cylindrical-coordinate representation of color #70010B: hue angle of 354.59º 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 #70010B is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB112111-
CMYK00.990.900.56
HSL354.59º98.23%22.16%-
HSV(B)354.59º99.11%43.92%-
XYZ6.753.490.63-
YUV35.33114.27182.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 90.32%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=90.32%
G=0.81%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211100.990.900.56354.5998.2322.16
Hex701B0635A381636216
Octal16011301431327054314226
Binary111000011011011000111011010111000101100011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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