#70091A

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

Shades of Burgundy #70091A

Tints of Burgundy #70091A

Color information

#70091A (or 0x70091A) is unknown color: approx Burgundy. HEX triplet: 70, 09 and 1A. RGB value is (112,9,26). Sum of RGB (Red+Green+Blue) = 112+9+26=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70091A is #8FF6E5. Grayscale: #292929. Windows color (decimal): -9434854 or 1706352. OLE color: 1706352.

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

Color convert

RGB112926-
CMYK00.920.770.56
HSL350.1º85.12%23.73%-
HSV(B)350.1º91.96%43.92%-
XYZ6.973.711.33-
YUV41.74119.12178.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.19%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=76.19%
G=6.12%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11292600.920.770.56350.185.1223.73
Hex7091A05C4D3815e5518
Octal160113201341157053612530
Binary1110000100111010010111001001101111000101011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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