#8A1016

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

Shades of Sangria #8A1016

Tints of Sangria #8A1016

Color information

#8A1016 (or 0x8A1016) is unknown color: approx Sangria. HEX triplet: 8A, 10 and 16. RGB value is (138,16,22). Sum of RGB (Red+Green+Blue) = 138+16+22=176 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.41% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1016 is #75EFE9. Grayscale: #353535. Windows color (decimal): -7729130 or 1446026. OLE color: 1446026.

HSL color Cylindrical-coordinate representation of color #8A1016: hue angle of 357.05º degrees, saturation: 0.79, 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 #8A1016 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1381622-
CMYK00.880.840.46
HSL357.05º79.22%30.2%-
HSV(B)357.05º88.41%54.12%-
XYZ10.815.831.31-
YUV53.16110.42188.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 78.41%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 22 (8.98% from 255) = 12.5%
R=78.41%
G=9.09%
B=12.5%

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
Decimal138162200.880.840.46357.0579.2230.2
Hex8A1016058542E1654f1e
Octal212202601301245654511736
Binary100010101000010110010110001010100101110101100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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