#892832

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

Shades of Shiraz #892832

Tints of Shiraz #892832

Color information

#892832 (or 0x892832) is unknown color: approx Shiraz. HEX triplet: 89, 28 and 32. RGB value is (137,40,50). Sum of RGB (Red+Green+Blue) = 137+40+50=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #892832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892832 is #76D7CD. Grayscale: #464646. Windows color (decimal): -7788494 or 3287177. OLE color: 3287177.

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

Color convert

RGB1374050-
CMYK00.710.640.46
HSL353.81º54.8%34.71%-
HSV(B)353.81º70.8%53.73%-
XYZ11.657.073.77-
YUV70.14116.64175.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.35%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=60.35%
G=17.62%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137405000.710.640.46353.8154.834.71
Hex892832047402E1623723
Octal21150620107100565426743
Binary10001001101000110010010001111000000101110101100010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892832; }

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

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

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

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

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

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

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

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