#8A010C

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

Shades of Sangria #8A010C

Tints of Sangria #8A010C

Color information

#8A010C (or 0x8A010C) is unknown color: approx Sangria. HEX triplet: 8A, 01 and 0C. RGB value is (138,1,12). Sum of RGB (Red+Green+Blue) = 138+1+12=151 (20% of max value = 765). Red value is 138 (54.30% from 255 or 91.39% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 138 - color contains mainly: red. Hex color #8A010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A010C is #75FEF3. Grayscale: #2B2B2B. Windows color (decimal): -7732980 or 786826. OLE color: 786826.

HSL color Cylindrical-coordinate representation of color #8A010C: hue angle of 355.18º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A010C is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB138112-
CMYK00.990.910.46
HSL355.18º98.56%27.25%-
HSV(B)355.18º99.28%54.12%-
XYZ10.565.450.84-
YUV43.22110.39195.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 91.39%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=91.39%
G=0.66%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811200.990.910.46355.1898.5627.25
Hex8A1C0635B2E163631b
Octal21211401431335654314333
Binary1000101011100011000111011011101110101100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,1,12); }

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

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

 a { background-color: rgb(138,1,12); }

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

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

 span { border-color: rgb(138,1,12); }

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