#890413

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

Shades of Sangria #890413

Tints of Sangria #890413

Color information

#890413 (or 0x890413) is unknown color: approx Sangria. HEX triplet: 89, 04 and 13. RGB value is (137,4,19). Sum of RGB (Red+Green+Blue) = 137+4+19=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #890413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890413 is #76FBEC. Grayscale: #2D2D2D. Windows color (decimal): -7797741 or 1246345. OLE color: 1246345.

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

Color convert

RGB137419-
CMYK00.970.860.46
HSL353.23º94.33%27.65%-
HSV(B)353.23º97.08%53.73%-
XYZ10.485.451.12-
YUV45.48113.06193.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 85.62%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=85.62%
G=2.5%
B=11.88%

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
Decimal13741900.970.860.46353.2394.3327.65
Hex89413061562E1615e1c
Octal21142301411265654113634
Binary1000100110010011011000011010110101110101100001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890413; }

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

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

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

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

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

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

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

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