#891214

Color #891214 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #891214

Tints of Sangria #891214

Color information

#891214 (or 0x891214) is unknown color: approx 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

RGB1371820-
CMYK00.870.850.46
HSL358.99º76.77%30.39%-
HSV(B)358.99º86.86%53.73%-
XYZ10.665.81.22-
YUV53.81108.92187.34-

RGB Variations

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

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.20% from 255) = 11.43%
R=78.29%
G=10.29%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137182000.870.850.46358.9976.7730.39
Hex891214057552E1674d1e
Octal211222401271255654711536
Binary100010011001010100010101111010101101110101100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>