Html Css Color HEX #891417 Sangria

📋 copy color: '#891417'

red 137 ◦ green 20 ◦ blue 23

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

Shades of Sangria #891417

Tints of Sangria #891417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 76.11%
G = 11.11%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#891417 (or 0x891417) is known color: Sangria. HEX triplet: 89, 14 and 17. RGB value is (137,20,23). Sum of RGB (Red+Green+Blue) = 137+20+23=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #891417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891417 is #76EBE8. Grayscale: #373737. Windows color (decimal): -7793641 or 1512585. OLE color: 1512585.

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

Color convert

RGB 137 20 23 -
CMYK 0 0.85 0.83 0.46
HSL 358.46º 0.75% 0.31% -
HSV(B) 358.46º 0.85% 0.54% -
XYZ 10.72 5.88 1.38 -
YUV 55.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 137 20 23 0 0.85 0.83 0.46 358.46 0.75 0.31
Hex 89 14 17 0 55 53 2E 166 4B 1F
Octal 211 24 27 0 125 123 56 546 113 37
Binary 10001001 10100 10111 0 1010101 1010011 101110 101100110 1001011 11111

Color Harmonies of #891417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891417

Black with #891417

Text Example


Text Example

White with #891417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891417; }

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

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

background-color css

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

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

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

border-color css

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

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

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