#890102

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

Shades of Sangria #890102

Tints of Sangria #890102

Color information

#890102 (or 0x890102) is unknown color: approx Sangria. HEX triplet: 89, 01 and 02. RGB value is (137,1,2). Sum of RGB (Red+Green+Blue) = 137+1+2=140 (18% of max value = 765). Red value is 137 (53.91% from 255 or 97.86% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 137 - color contains mainly: red. Hex color #890102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890102 is #76FEFD. Grayscale: #292929. Windows color (decimal): -7798526 or 131465. OLE color: 131465.

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

Color convert

RGB13712-
CMYK00.990.990.46
HSL359.56º98.55%27.06%-
HSV(B)359.56º99.27%53.73%-
XYZ10.345.340.54-
YUV41.78105.56195.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 97.86%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=97.86%
G=0.71%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371200.990.990.46359.5698.5527.06
Hex8912063632E168631b
Octal2111201431435655014333
Binary10001001110011000111100011101110101101000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890102; }

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

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

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

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

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

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

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

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