#892638

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

Shades of Shiraz #892638

Tints of Shiraz #892638

Color information

#892638 (or 0x892638) is unknown color: approx Shiraz. HEX triplet: 89, 26 and 38. RGB value is (137,38,56). Sum of RGB (Red+Green+Blue) = 137+38+56=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #892638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892638 is #76D9C7. Grayscale: #454545. Windows color (decimal): -7789000 or 3679881. OLE color: 3679881.

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

Color convert

RGB1373856-
CMYK00.720.590.46
HSL349.09º56.57%34.31%-
HSV(B)349.09º72.26%53.73%-
XYZ11.726.994.47-
YUV69.65120.3176.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=59.31%
G=16.45%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137385600.720.590.46349.0956.5734.31
Hex8926380483B2E15d3922
Octal2114670011073565357142
Binary1000100110011011100001001000111011101110101011101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892638; }

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

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

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

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

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

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

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

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