#8a1415

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

Shades of Sangria #8A1415

Tints of Sangria #8A1415

Color information

#8A1415 (or 0x8A1415) is unknown color: approx Sangria. HEX triplet: 8A, 14 and 15. RGB value is (138,20,21). Sum of RGB (Red+Green+Blue) = 138+20+21=179 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.09% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1415 is #75EBEA. Grayscale: #373737. Windows color (decimal): -7728107 or 1381514. OLE color: 1381514.

HSL color Cylindrical-coordinate representation of color #8A1415: hue angle of 359.49º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1415 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1382021-
CMYK00.860.850.46
HSL359.49º74.68%30.98%-
HSV(B)359.49º85.51%54.12%-
XYZ10.875.961.29-
YUV55.4108.59186.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.09%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=77.09%
G=11.17%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138202100.860.850.46359.4974.6830.98
Hex8A1415056552E1674b1f
Octal212242501261255654711337
Binary100010101010010101010101101010101101110101100111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a1415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,20,21); }

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

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

 a { background-color: rgb(138,20,21); }

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

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

 span { border-color: rgb(138,20,21); }

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