#70092C

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

Shades of Burgundy #70092C

Tints of Burgundy #70092C

Color information

#70092C (or 0x70092C) is unknown color: approx Burgundy. HEX triplet: 70, 09 and 2C. RGB value is (112,9,44). Sum of RGB (Red+Green+Blue) = 112+9+44=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #70092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70092C is #8FF6D3. Grayscale: #2B2B2B. Windows color (decimal): -9434836 or 2886000. OLE color: 2886000.

HSL color Cylindrical-coordinate representation of color #70092C: hue angle of 339.61º 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 #70092C is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB112944-
CMYK00.920.610.56
HSL339.61º85.12%23.73%-
HSV(B)339.61º91.96%43.92%-
XYZ7.233.822.74-
YUV43.79128.12176.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.88%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=67.88%
G=5.45%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11294400.920.610.56339.6185.1223.73
Hex7092C05C3D381545518
Octal16011540134757052412530
Binary1110000100110110001011100111101111000101010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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