#892435

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

Shades of Shiraz #892435

Tints of Shiraz #892435

Color information

#892435 (or 0x892435) is unknown color: approx Shiraz. HEX triplet: 89, 24 and 35. RGB value is (137,36,53). Sum of RGB (Red+Green+Blue) = 137+36+53=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #892435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892435 is #76DBCA. Grayscale: #444444. Windows color (decimal): -7789515 or 3482761. OLE color: 3482761.

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

Color convert

RGB1373653-
CMYK00.740.610.46
HSL349.9º58.38%33.92%-
HSV(B)349.9º73.72%53.73%-
XYZ11.596.844.08-
YUV68.14119.46177.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.62%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=60.62%
G=15.93%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137365300.740.610.46349.958.3833.92
Hex89243504A3D2E15e3a22
Octal2114465011275565367242
Binary1000100110010011010101001010111101101110101011110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892435; }

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

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

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

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

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

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

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

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