Html Css Color HEX #890511 Sangria

📋 copy color: '#890511'

red 137 ◦ green 5 ◦ blue 17

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

Shades of Sangria #890511

Tints of Sangria #890511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

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

R = 86.16%
G = 3.14%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#890511 (or 0x890511) is known color: Sangria. HEX triplet: 89, 05 and 11. RGB value is (137,5,17). Sum of RGB (Red+Green+Blue) = 137+5+17=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #890511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890511 is #76FAEE. Grayscale: #2D2D2D. Windows color (decimal): -7797487 or 1115529. OLE color: 1115529.

HSL color Cylindrical-coordinate representation of color #890511: hue angle of 354.55º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890511 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 5 17 -
CMYK 0 0.96 0.88 0.46
HSL 354.55º 0.93% 0.28% -
HSV(B) 354.55º 0.96% 0.54% -
XYZ 10.47 5.47 1.03 -
YUV 45.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 137 5 17 0 0.96 0.88 0.46 354.55 0.93 0.28
Hex 89 5 11 0 60 58 2E 163 5D 1C
Octal 211 5 21 0 140 130 56 543 135 34
Binary 10001001 101 10001 0 1100000 1011000 101110 101100011 1011101 11100

Color Harmonies of #890511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890511

Black with #890511

Text Example


Text Example

White with #890511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890511; }

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

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

background-color css

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

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

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

border-color css

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

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

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