Html Css Color HEX #891113 Sangria

📋 copy color: '#891113'

red 137 ◦ green 17 ◦ blue 19

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

Shades of Sangria #891113

Tints of Sangria #891113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 79.19%
G = 9.83%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#891113 (or 0x891113) is known color: Sangria. HEX triplet: 89, 11 and 13. RGB value is (137,17,19). Sum of RGB (Red+Green+Blue) = 137+17+19=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #891113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891113 is #76EEEC. Grayscale: #353535. Windows color (decimal): -7794413 or 1249673. OLE color: 1249673.

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

Color convert

RGB 137 17 19 -
CMYK 0 0.88 0.86 0.46
HSL 359º 0.78% 0.3% -
HSV(B) 359º 0.88% 0.54% -
XYZ 10.63 5.77 1.17 -
YUV 53.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 137 17 19 0 0.88 0.86 0.46 359 0.78 0.3
Hex 89 11 13 0 58 56 2E 167 4E 1E
Octal 211 21 23 0 130 126 56 547 116 36
Binary 10001001 10001 10011 0 1011000 1010110 101110 101100111 1001110 11110

Color Harmonies of #891113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891113

Black with #891113

Text Example


Text Example

White with #891113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891113; }

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

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

background-color css

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

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

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

border-color css

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

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

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