#8A1214

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

Shades of Sangria #8A1214

Tints of Sangria #8A1214

Color information

#8A1214 (or 0x8A1214) is unknown color: approx Sangria. HEX triplet: 8A, 12 and 14. RGB value is (138,18,20). Sum of RGB (Red+Green+Blue) = 138+18+20=176 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.41% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A1214 is #75EDEB. Grayscale: #363636. Windows color (decimal): -7728620 or 1315466. OLE color: 1315466.

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

Color convert

RGB1381820-
CMYK00.870.860.46
HSL359º76.92%30.59%-
HSV(B)359º86.96%54.12%-
XYZ10.825.891.23-
YUV54.11108.76187.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 78.41%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=78.41%
G=10.23%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138182000.870.860.4635976.9230.59
Hex8A1214057562E1674d1f
Octal212222401271265654711537
Binary100010101001010100010101111010110101110101100111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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