#892132

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

Shades of Shiraz #892132

Tints of Shiraz #892132

Color information

#892132 (or 0x892132) is unknown color: approx Shiraz. HEX triplet: 89, 21 and 32. RGB value is (137,33,50). Sum of RGB (Red+Green+Blue) = 137+33+50=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #892132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892132 is #76DECD. Grayscale: #424242. Windows color (decimal): -7790286 or 3285385. OLE color: 3285385.

HSL color Cylindrical-coordinate representation of color #892132: hue angle of 350.19º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892132 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1373350-
CMYK00.760.640.46
HSL350.19º61.18%33.33%-
HSV(B)350.19º75.91%53.73%-
XYZ11.446.643.7-
YUV66.03118.96178.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.27%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=62.27%
G=15%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137335000.760.640.46350.1961.1833.33
Hex89213204C402E15e3d21
Octal21141620114100565367541
Binary10001001100001110010010011001000000101110101011110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892132; }

 p { color: rgb(137,33,50); }

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

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

 a { background-color: rgb(137,33,50); }

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

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

 span { border-color: rgb(137,33,50); }

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