#890112

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

Shades of Sangria #890112

Tints of Sangria #890112

Color information

#890112 (or 0x890112) is unknown color: approx Sangria. HEX triplet: 89, 01 and 12. RGB value is (137,1,18). Sum of RGB (Red+Green+Blue) = 137+1+18=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #890112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890112 is #76FEED. Grayscale: #2B2B2B. Windows color (decimal): -7798510 or 1180041. OLE color: 1180041.

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

Color convert

RGB137118-
CMYK00.990.870.46
HSL352.5º98.55%27.06%-
HSV(B)352.5º99.27%53.73%-
XYZ10.445.381.06-
YUV43.6113.56194.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 87.82%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=87.82%
G=0.64%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711800.990.870.46352.598.5527.06
Hex89112063572E160631b
Octal21112201431275654014333
Binary10001001110010011000111010111101110101100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890112; }

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

 H1.HeaderClassName
 {
   color: #890112;
 }
 .AnyTagClassName
 {
   color: #890112;
 }
</style>
background-color css

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

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

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

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

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

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