Html Css Color HEX #890211 Sangria

📋 copy color: '#890211'

red 137 ◦ green 2 ◦ blue 17

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

Shades of Sangria #890211

Tints of Sangria #890211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.9%

R = 87.82%
G = 1.28%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#890211 (or 0x890211) is known color: Sangria. HEX triplet: 89, 02 and 11. RGB value is (137,2,17). Sum of RGB (Red+Green+Blue) = 137+2+17=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #890211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890211 is #76FDEE. Grayscale: #2C2C2C. Windows color (decimal): -7798255 or 1114761. OLE color: 1114761.

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

Color convert

RGB 137 2 17 -
CMYK 0 0.99 0.88 0.46
HSL 353.33º 0.97% 0.27% -
HSV(B) 353.33º 0.99% 0.54% -
XYZ 10.44 5.4 1.02 -
YUV 44.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 137 2 17 0 0.99 0.88 0.46 353.33 0.97 0.27
Hex 89 2 11 0 63 58 2E 161 61 1B
Octal 211 2 21 0 143 130 56 541 141 33
Binary 10001001 10 10001 0 1100011 1011000 101110 101100001 1100001 11011

Color Harmonies of #890211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890211

Black with #890211

Text Example


Text Example

White with #890211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890211; }

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

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

background-color css

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

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

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

border-color css

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

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

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