#70092A

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

Shades of Burgundy #70092A

Tints of Burgundy #70092A

Color information

#70092A (or 0x70092A) is unknown color: approx Burgundy. HEX triplet: 70, 09 and 2A. RGB value is (112,9,42). Sum of RGB (Red+Green+Blue) = 112+9+42=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70092A is #8FF6D5. Grayscale: #2B2B2B. Windows color (decimal): -9434838 or 2754928. OLE color: 2754928.

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

Color convert

RGB112942-
CMYK00.920.620.56
HSL340.78º85.12%23.73%-
HSV(B)340.78º91.96%43.92%-
XYZ7.23.812.55-
YUV43.56127.12176.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.71%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=68.71%
G=5.52%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11294200.920.620.56340.7885.1223.73
Hex7092A05C3E381555518
Octal16011520134767052512530
Binary1110000100110101001011100111110111000101010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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