#892438

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

Shades of Shiraz #892438

Tints of Shiraz #892438

Color information

#892438 (or 0x892438) is unknown color: approx Shiraz. HEX triplet: 89, 24 and 38. RGB value is (137,36,56). Sum of RGB (Red+Green+Blue) = 137+36+56=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #892438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892438 is #76DBC7. Grayscale: #444444. Windows color (decimal): -7789512 or 3679369. OLE color: 3679369.

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

Color convert

RGB1373656-
CMYK00.740.590.46
HSL348.12º58.38%33.92%-
HSV(B)348.12º73.72%53.73%-
XYZ11.666.874.45-
YUV68.48120.96176.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.83%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=59.83%
G=15.72%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137365600.740.590.46348.1258.3833.92
Hex89243804A3B2E15c3a22
Octal2114470011273565347242
Binary1000100110010011100001001010111011101110101011100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892438; }

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

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

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

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

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

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

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

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