#8A1518

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

Shades of Sangria #8A1518

Tints of Sangria #8A1518

Color information

#8A1518 (or 0x8A1518) is unknown color: approx Sangria. HEX triplet: 8A, 15 and 18. RGB value is (138,21,24). Sum of RGB (Red+Green+Blue) = 138+21+24=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1518 is #75EAE7. Grayscale: #383838. Windows color (decimal): -7727848 or 1578378. OLE color: 1578378.

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

Color convert

RGB1382124-
CMYK00.850.830.46
HSL358.46º73.58%31.18%-
HSV(B)358.46º84.78%54.12%-
XYZ10.916.011.45-
YUV56.32109.76186.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75.41%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=75.41%
G=11.48%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138212400.850.830.46358.4673.5831.18
Hex8A1518055532E1664a1f
Octal212253001251235654611237
Binary100010101010111000010101011010011101110101100110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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