#8A1116

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

Shades of Sangria #8A1116

Tints of Sangria #8A1116

Color information

#8A1116 (or 0x8A1116) is unknown color: approx Sangria. HEX triplet: 8A, 11 and 16. RGB value is (138,17,22). Sum of RGB (Red+Green+Blue) = 138+17+22=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1116 is #75EEE9. Grayscale: #353535. Windows color (decimal): -7728874 or 1446282. OLE color: 1446282.

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

Color convert

RGB1381722-
CMYK00.880.840.46
HSL357.52º78.06%30.39%-
HSV(B)357.52º87.68%54.12%-
XYZ10.835.861.32-
YUV53.75110.09188.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.97%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=77.97%
G=9.60%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138172200.880.840.46357.5278.0630.39
Hex8A1116058542E1664e1e
Octal212212601301245654611636
Binary100010101000110110010110001010100101110101100110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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