Html Css Color HEX #891015 Sangria

📋 copy color: '#891015'

red 137 ◦ green 16 ◦ blue 21

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

Shades of Sangria #891015

Tints of Sangria #891015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

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

R = 78.74%
G = 9.2%
B = 12.07%

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

#891015 (or 0x891015) is known color: Sangria. HEX triplet: 89, 10 and 15. RGB value is (137,16,21). Sum of RGB (Red+Green+Blue) = 137+16+21=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #891015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891015 is #76EFEA. Grayscale: #343434. Windows color (decimal): -7794667 or 1380489. OLE color: 1380489.

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

Color convert

RGB 137 16 21 -
CMYK 0 0.88 0.85 0.46
HSL 357.52º 0.79% 0.3% -
HSV(B) 357.52º 0.88% 0.54% -
XYZ 10.64 5.74 1.26 -
YUV 52.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 137 16 21 0 0.88 0.85 0.46 357.52 0.79 0.3
Hex 89 10 15 0 58 55 2E 166 4F 1E
Octal 211 20 25 0 130 125 56 546 117 36
Binary 10001001 10000 10101 0 1011000 1010101 101110 101100110 1001111 11110

Color Harmonies of #891015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891015

Black with #891015

Text Example


Text Example

White with #891015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891015; }

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

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

background-color css

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

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

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

border-color css

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

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

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