#892331

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

Shades of Shiraz #892331

Tints of Shiraz #892331

Color information

#892331 (or 0x892331) is unknown color: approx Shiraz. HEX triplet: 89, 23 and 31. RGB value is (137,35,49). Sum of RGB (Red+Green+Blue) = 137+35+49=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #892331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892331 is #76DCCE. Grayscale: #434343. Windows color (decimal): -7789775 or 3220361. OLE color: 3220361.

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

Color convert

RGB1373549-
CMYK00.740.640.46
HSL351.76º59.3%33.73%-
HSV(B)351.76º74.45%53.73%-
XYZ11.476.743.6-
YUV67.09117.79177.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.99%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=61.99%
G=15.84%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137354900.740.640.46351.7659.333.73
Hex89233104A402E1603b22
Octal21143610112100565407342
Binary10001001100011110001010010101000000101110101100000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892331; }

 p { color: rgb(137,35,49); }

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

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

 a { background-color: rgb(137,35,49); }

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

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

 span { border-color: rgb(137,35,49); }

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