Html Css Color HEX #890413 Sangria

📋 copy color: '#890413'

red 137 ◦ green 4 ◦ blue 19

#890413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #890413

Tints of Sangria #890413

RGB

 RED value IS 137 (53.91% from 255) = 85.63%

 GREEN value IS 4 (1.95% from 255) = 2.5%

 BLUE value IS 19 (7.81% from 255) = 11.88%

R = 85.63%
G = 2.5%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#890413 (or 0x890413) is known color: 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

RGB 137 4 19 -
CMYK 0 0.97 0.86 0.46
HSL 353.23º 0.94% 0.28% -
HSV(B) 353.23º 0.97% 0.54% -
XYZ 10.48 5.45 1.12 -
YUV 45.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 137 4 19 0 0.97 0.86 0.46 353.23 0.94 0.28
Hex 89 4 13 0 61 56 2E 161 5E 1C
Octal 211 4 23 0 141 126 56 541 136 34
Binary 10001001 100 10011 0 1100001 1010110 101110 101100001 1011110 11100

Color Harmonies of #890413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890413

Black with #890413

Text Example


Text Example

White with #890413

Text Example


Text Example

HTML Codes & Css Web 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>