#8A0611

Color #8A0611 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #8A0611

Tints of Sangria #8A0611

Color information

#8A0611 (or 0x8A0611) is unknown color: approx Sangria. HEX triplet: 8A, 06 and 11. RGB value is (138,6,17). Sum of RGB (Red+Green+Blue) = 138+6+17=161 (21% of max value = 765). Red value is 138 (54.30% from 255 or 85.71% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0611 is #75F9EE. Grayscale: #2E2E2E. Windows color (decimal): -7731695 or 1115786. OLE color: 1115786.

HSL color Cylindrical-coordinate representation of color #8A0611: hue angle of 355º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A0611 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB138617-
CMYK00.960.880.46
HSL355º91.67%28.24%-
HSV(B)355º95.65%54.12%-
XYZ10.655.571.05-
YUV46.72111.23193.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 85.71%
GREEN value IS 6 (2.73% from 255) = 3.73%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=85.71%
G=3.73%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13861700.960.880.4635591.6728.24
Hex8A611060582E1635c1c
Octal21262101401305654313434
Binary1000101011010001011000001011000101110101100011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A0611; }

 p { color: rgb(138,6,17); }

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

<style>
 a { background-color: #8A0611; }

 a { background-color: rgb(138,6,17); }

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

<style>
 span { border-color: #8A0611; }

 span { border-color: rgb(138,6,17); }

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