#8A0E13

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

Shades of Sangria #8A0E13

Tints of Sangria #8A0E13

Color information

#8A0E13 (or 0x8A0E13) is unknown color: approx Sangria. HEX triplet: 8A, 0E and 13. RGB value is (138,14,19). Sum of RGB (Red+Green+Blue) = 138+14+19=171 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.70% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0E13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0E13 is #75F1EC. Grayscale: #333333. Windows color (decimal): -7729645 or 1248906. OLE color: 1248906.

HSL color Cylindrical-coordinate representation of color #8A0E13: hue angle of 357.58º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A0E13 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1381419-
CMYK00.900.860.46
HSL357.58º81.58%29.8%-
HSV(B)357.58º89.86%54.12%-
XYZ10.765.761.16-
YUV51.65109.58189.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 80.70%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=80.70%
G=8.19%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138141900.900.860.46357.5881.5829.8
Hex8AE1305A562E166521e
Octal212162301321265654612236
Binary10001010111010011010110101010110101110101100110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,14,19); }

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

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

 a { background-color: rgb(138,14,19); }

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

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

 span { border-color: rgb(138,14,19); }

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