Html Css Color HEX #890B11 Sangria

📋 copy color: '#890B11'

red 137 ◦ green 11 ◦ blue 17

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

Shades of Sangria #890B11

Tints of Sangria #890B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.67%

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

R = 83.03%
G = 6.67%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#890B11 (or 0x890B11) is known color: Sangria. HEX triplet: 89, 0B and 11. RGB value is (137,11,17). Sum of RGB (Red+Green+Blue) = 137+11+17=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #890B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890B11 is #76F4EE. Grayscale: #313131. Windows color (decimal): -7795951 or 1117065. OLE color: 1117065.

HSL color Cylindrical-coordinate representation of color #890B11: hue angle of 357.14º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B11 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 17 -
CMYK 0 0.92 0.88 0.46
HSL 357.14º 0.85% 0.29% -
HSV(B) 357.14º 0.92% 0.54% -
XYZ 10.54 5.6 1.06 -
YUV 49.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 137 11 17 0 0.92 0.88 0.46 357.14 0.85 0.29
Hex 89 B 11 0 5C 58 2E 165 55 1D
Octal 211 13 21 0 134 130 56 545 125 35
Binary 10001001 1011 10001 0 1011100 1011000 101110 101100101 1010101 11101

Color Harmonies of #890B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B11

Black with #890B11

Text Example


Text Example

White with #890B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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