Html Css Color HEX #890411 Sangria

📋 copy color: '#890411'

red 137 ◦ green 4 ◦ blue 17

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

Shades of Sangria #890411

Tints of Sangria #890411

RGB

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

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

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

R = 86.71%
G = 2.53%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#890411 (or 0x890411) is known color: Sangria. HEX triplet: 89, 04 and 11. RGB value is (137,4,17). Sum of RGB (Red+Green+Blue) = 137+4+17=158 (20% of max value = 765). Red value is 137 (53.91% from 255 or 86.71% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 137 - color contains mainly: red. Hex color #890411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890411 is #76FBEE. Grayscale: #2D2D2D. Windows color (decimal): -7797743 or 1115273. OLE color: 1115273.

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

Color convert

RGB 137 4 17 -
CMYK 0 0.97 0.88 0.46
HSL 354.14º 0.94% 0.28% -
HSV(B) 354.14º 0.97% 0.54% -
XYZ 10.46 5.45 1.03 -
YUV 45.25 112.06 193.44 -
System Red Green Blue C M Y K H S L
Decimal 137 4 17 0 0.97 0.88 0.46 354.14 0.94 0.28
Hex 89 4 11 0 61 58 2E 162 5E 1C
Octal 211 4 21 0 141 130 56 542 136 34
Binary 10001001 100 10001 0 1100001 1011000 101110 101100010 1011110 11100

Color Harmonies of #890411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890411

Black with #890411

Text Example


Text Example

White with #890411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890411; }

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

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

background-color css

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

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

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

border-color css

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

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

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