Html Css Color HEX #890213 Sangria

📋 copy color: '#890213'

red 137 ◦ green 2 ◦ blue 19

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

Shades of Sangria #890213

Tints of Sangria #890213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 86.71%
G = 1.27%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#890213 (or 0x890213) is known color: Sangria. HEX triplet: 89, 02 and 13. RGB value is (137,2,19). Sum of RGB (Red+Green+Blue) = 137+2+19=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #890213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890213 is #76FDEC. Grayscale: #2C2C2C. Windows color (decimal): -7798253 or 1245833. OLE color: 1245833.

HSL color Cylindrical-coordinate representation of color #890213: hue angle of 352.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890213 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 19 -
CMYK 0 0.99 0.86 0.46
HSL 352.44º 0.97% 0.27% -
HSV(B) 352.44º 0.99% 0.54% -
XYZ 10.46 5.41 1.11 -
YUV 44.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 137 2 19 0 0.99 0.86 0.46 352.44 0.97 0.27
Hex 89 2 13 0 63 56 2E 160 61 1B
Octal 211 2 23 0 143 126 56 540 141 33
Binary 10001001 10 10011 0 1100011 1010110 101110 101100000 1100001 11011

Color Harmonies of #890213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890213

Black with #890213

Text Example


Text Example

White with #890213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890213; }

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

 H1.HeaderClassName
 {
   color: #890213;
 }
 .AnyTagClassName
 {
   color: #890213;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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