Html Css Color HEX #891214 Sangria

📋 copy color: '#891214'

red 137 ◦ green 18 ◦ blue 20

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

Shades of Sangria #891214

Tints of Sangria #891214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

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

R = 78.29%
G = 10.29%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#891214 (or 0x891214) is known color: Sangria. HEX triplet: 89, 12 and 14. RGB value is (137,18,20). Sum of RGB (Red+Green+Blue) = 137+18+20=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #891214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891214 is #76EDEB. Grayscale: #353535. Windows color (decimal): -7794156 or 1315465. OLE color: 1315465.

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

Color convert

RGB 137 18 20 -
CMYK 0 0.87 0.85 0.46
HSL 358.99º 0.77% 0.3% -
HSV(B) 358.99º 0.87% 0.54% -
XYZ 10.66 5.8 1.22 -
YUV 53.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 137 18 20 0 0.87 0.85 0.46 358.99 0.77 0.3
Hex 89 12 14 0 57 55 2E 167 4D 1E
Octal 211 22 24 0 127 125 56 547 115 36
Binary 10001001 10010 10100 0 1010111 1010101 101110 101100111 1001101 11110

Color Harmonies of #891214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891214

Black with #891214

Text Example


Text Example

White with #891214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891214; }

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

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

background-color css

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

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

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

border-color css

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

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

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