#892434

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

Shades of Shiraz #892434

Tints of Shiraz #892434

Color information

#892434 (or 0x892434) is unknown color: approx Shiraz. HEX triplet: 89, 24 and 34. RGB value is (137,36,52). Sum of RGB (Red+Green+Blue) = 137+36+52=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #892434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892434 is #76DBCB. Grayscale: #444444. Windows color (decimal): -7789516 or 3417225. OLE color: 3417225.

HSL color Cylindrical-coordinate representation of color #892434: hue angle of 350.5º degrees, saturation: 0.58, 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 #892434 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1373652-
CMYK00.740.620.46
HSL350.5º58.38%33.92%-
HSV(B)350.5º73.72%53.73%-
XYZ11.576.833.96-
YUV68.02118.96177.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.89%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=60.89%
G=16%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137365200.740.620.46350.558.3833.92
Hex89243404A3E2E15e3a22
Octal2114464011276565367242
Binary1000100110010011010001001010111110101110101011110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892434; }

 p { color: rgb(137,36,52); }

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

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

 a { background-color: rgb(137,36,52); }

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

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

 span { border-color: rgb(137,36,52); }

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