Html Css Color HEX #891115 Sangria

📋 copy color: '#891115'

red 137 ◦ green 17 ◦ blue 21

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

Shades of Sangria #891115

Tints of Sangria #891115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 78.29%
G = 9.71%
B = 12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#891115 (or 0x891115) is known color: Sangria. HEX triplet: 89, 11 and 15. RGB value is (137,17,21). Sum of RGB (Red+Green+Blue) = 137+17+21=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #891115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891115 is #76EEEA. Grayscale: #353535. Windows color (decimal): -7794411 or 1380745. OLE color: 1380745.

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

Color convert

RGB 137 17 21 -
CMYK 0 0.88 0.85 0.46
HSL 358º 0.78% 0.3% -
HSV(B) 358º 0.88% 0.54% -
XYZ 10.65 5.77 1.26 -
YUV 53.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 137 17 21 0 0.88 0.85 0.46 358 0.78 0.3
Hex 89 11 15 0 58 55 2E 166 4E 1E
Octal 211 21 25 0 130 125 56 546 116 36
Binary 10001001 10001 10101 0 1011000 1010101 101110 101100110 1001110 11110

Color Harmonies of #891115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891115

Black with #891115

Text Example


Text Example

White with #891115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891115; }

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

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

background-color css

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

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

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

border-color css

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

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

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