Html Css Color HEX #891415 Sangria

📋 copy color: '#891415'

red 137 ◦ green 20 ◦ blue 21

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

Shades of Sangria #891415

Tints of Sangria #891415

RGB

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

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

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

R = 76.97%
G = 11.24%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#891415 (or 0x891415) is known color: Sangria. HEX triplet: 89, 14 and 15. RGB value is (137,20,21). Sum of RGB (Red+Green+Blue) = 137+20+21=178 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.97% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 137 - color contains mainly: red. Hex color #891415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891415 is #76EBEA. Grayscale: #373737. Windows color (decimal): -7793643 or 1381513. OLE color: 1381513.

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

Color convert

RGB 137 20 21 -
CMYK 0 0.85 0.85 0.46
HSL 359.49º 0.75% 0.31% -
HSV(B) 359.49º 0.85% 0.54% -
XYZ 10.7 5.87 1.28 -
YUV 55.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 137 20 21 0 0.85 0.85 0.46 359.49 0.75 0.31
Hex 89 14 15 0 55 55 2E 167 4B 1F
Octal 211 24 25 0 125 125 56 547 113 37
Binary 10001001 10100 10101 0 1010101 1010101 101110 101100111 1001011 11111

Color Harmonies of #891415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891415

Black with #891415

Text Example


Text Example

White with #891415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891415; }

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

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

background-color css

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

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

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

border-color css

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

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

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