Html Css Color HEX #891114 Sangria

📋 copy color: '#891114'

red 137 ◦ green 17 ◦ blue 20

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

Shades of Sangria #891114

Tints of Sangria #891114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 78.74%
G = 9.77%
B = 11.49%

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

#891114 (or 0x891114) is known color: Sangria. HEX triplet: 89, 11 and 14. RGB value is (137,17,20). Sum of RGB (Red+Green+Blue) = 137+17+20=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #891114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891114 is #76EEEB. Grayscale: #353535. Windows color (decimal): -7794412 or 1315209. OLE color: 1315209.

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

Color convert

RGB 137 17 20 -
CMYK 0 0.88 0.85 0.46
HSL 358.5º 0.78% 0.3% -
HSV(B) 358.5º 0.88% 0.54% -
XYZ 10.64 5.77 1.21 -
YUV 53.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 137 17 20 0 0.88 0.85 0.46 358.5 0.78 0.3
Hex 89 11 14 0 58 55 2E 166 4E 1E
Octal 211 21 24 0 130 125 56 546 116 36
Binary 10001001 10001 10100 0 1011000 1010101 101110 101100110 1001110 11110

Color Harmonies of #891114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891114

Black with #891114

Text Example


Text Example

White with #891114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891114; }

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

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

background-color css

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

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

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

border-color css

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

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

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