#8A0413

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

Shades of Sangria #8A0413

Tints of Sangria #8A0413

Color information

#8A0413 (or 0x8A0413) is unknown color: approx Sangria. HEX triplet: 8A, 04 and 13. RGB value is (138,4,19). Sum of RGB (Red+Green+Blue) = 138+4+19=161 (21% of max value = 765). Red value is 138 (54.30% from 255 or 85.71% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0413 is #75FBEC. Grayscale: #2D2D2D. Windows color (decimal): -7732205 or 1246346. OLE color: 1246346.

HSL color Cylindrical-coordinate representation of color #8A0413: hue angle of 353.28º 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 #8A0413 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB138419-
CMYK00.970.860.46
HSL353.28º94.37%27.84%-
HSV(B)353.28º97.1%54.12%-
XYZ10.645.541.12-
YUV45.78112.89193.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 85.71%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=85.71%
G=2.48%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13841900.970.860.46353.2894.3727.84
Hex8A413061562E1615e1c
Octal21242301411265654113634
Binary1000101010010011011000011010110101110101100001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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