#8A0410

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

Shades of Sangria #8A0410

Tints of Sangria #8A0410

Color information

#8A0410 (or 0x8A0410) is unknown color: approx Sangria. HEX triplet: 8A, 04 and 10. RGB value is (138,4,16). Sum of RGB (Red+Green+Blue) = 138+4+16=158 (20% of max value = 765). Red value is 138 (54.30% from 255 or 87.34% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0410 is #75FBEF. Grayscale: #2D2D2D. Windows color (decimal): -7732208 or 1049738. OLE color: 1049738.

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

Color convert

RGB138416-
CMYK00.970.880.46
HSL354.63º94.37%27.84%-
HSV(B)354.63º97.1%54.12%-
XYZ10.625.531-
YUV45.43111.39194.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 87.34%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=87.34%
G=2.53%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13841600.970.880.46354.6394.3727.84
Hex8A410061582E1635e1c
Octal21242001411305654313634
Binary1000101010010000011000011011000101110101100011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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