#8A0310

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

Shades of Sangria #8A0310

Tints of Sangria #8A0310

Color information

#8A0310 (or 0x8A0310) is unknown color: approx Sangria. HEX triplet: 8A, 03 and 10. RGB value is (138,3,16). Sum of RGB (Red+Green+Blue) = 138+3+16=157 (20% of max value = 765). Red value is 138 (54.30% from 255 or 87.90% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0310 is #75FCEF. Grayscale: #2C2C2C. Windows color (decimal): -7732464 or 1049482. OLE color: 1049482.

HSL color Cylindrical-coordinate representation of color #8A0310: hue angle of 354.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0310 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB138316-
CMYK00.980.880.46
HSL354.22º95.74%27.65%-
HSV(B)354.22º97.83%54.12%-
XYZ10.615.510.99-
YUV44.85111.73194.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 87.90%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=87.90%
G=1.91%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13831600.980.880.46354.2295.7427.65
Hex8A310062582E162601c
Octal21232001421305654214034
Binary100010101110000011000101011000101110101100010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,3,16); }

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

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

 a { background-color: rgb(138,3,16); }

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

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

 span { border-color: rgb(138,3,16); }

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