#70092B

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

Shades of Burgundy #70092B

Tints of Burgundy #70092B

Color information

#70092B (or 0x70092B) is unknown color: approx Burgundy. HEX triplet: 70, 09 and 2B. RGB value is (112,9,43). Sum of RGB (Red+Green+Blue) = 112+9+43=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #70092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70092B is #8FF6D4. Grayscale: #2B2B2B. Windows color (decimal): -9434837 or 2820464. OLE color: 2820464.

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

Color convert

RGB112943-
CMYK00.920.620.56
HSL340.19º85.12%23.73%-
HSV(B)340.19º91.96%43.92%-
XYZ7.223.812.64-
YUV43.67127.62176.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.29%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=68.29%
G=5.49%
B=26.22%

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
Decimal11294300.920.620.56340.1985.1223.73
Hex7092B05C3E381545518
Octal16011530134767052412530
Binary1110000100110101101011100111110111000101010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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