#892639

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

Shades of Shiraz #892639

Tints of Shiraz #892639

Color information

#892639 (or 0x892639) is unknown color: approx Shiraz. HEX triplet: 89, 26 and 39. RGB value is (137,38,57). Sum of RGB (Red+Green+Blue) = 137+38+57=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #892639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892639 is #76D9C6. Grayscale: #454545. Windows color (decimal): -7788999 or 3745417. OLE color: 3745417.

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

Color convert

RGB1373857-
CMYK00.720.580.46
HSL348.48º56.57%34.31%-
HSV(B)348.48º72.26%53.73%-
XYZ11.7574.6-
YUV69.77120.8175.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.05%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=59.05%
G=16.38%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137385700.720.580.46348.4856.5734.31
Hex8926390483A2E15c3922
Octal2114671011072565347142
Binary1000100110011011100101001000111010101110101011100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892639; }

 p { color: rgb(137,38,57); }

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

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

 a { background-color: rgb(137,38,57); }

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

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

 span { border-color: rgb(137,38,57); }

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