#70091C

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

Shades of Burgundy #70091C

Tints of Burgundy #70091C

Color information

#70091C (or 0x70091C) is unknown color: approx Burgundy. HEX triplet: 70, 09 and 1C. RGB value is (112,9,28). Sum of RGB (Red+Green+Blue) = 112+9+28=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #70091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70091C is #8FF6E3. Grayscale: #292929. Windows color (decimal): -9434852 or 1837424. OLE color: 1837424.

HSL color Cylindrical-coordinate representation of color #70091C: hue angle of 348.93º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70091C is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB112928-
CMYK00.920.750.56
HSL348.93º85.12%23.73%-
HSV(B)348.93º91.96%43.92%-
XYZ6.993.721.45-
YUV41.96120.12177.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 75.17%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=75.17%
G=6.04%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11292800.920.750.56348.9385.1223.73
Hex7091C05C4B3815d5518
Octal160113401341137053512530
Binary1110000100111100010111001001011111000101011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70091C; }

 p { color: rgb(112,9,28); }

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

<style>
 a { background-color: #70091C; }

 a { background-color: rgb(112,9,28); }

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

<style>
 span { border-color: #70091C; }

 span { border-color: rgb(112,9,28); }

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