#891238

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

Shades of Shiraz #891238

Tints of Shiraz #891238

Color information

#891238 (or 0x891238) is unknown color: approx Shiraz. HEX triplet: 89, 12 and 38. RGB value is (137,18,56). Sum of RGB (Red+Green+Blue) = 137+18+56=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #891238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891238 is #76EDC7. Grayscale: #393939. Windows color (decimal): -7794120 or 3674761. OLE color: 3674761.

HSL color Cylindrical-coordinate representation of color #891238: hue angle of 340.84º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891238 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB1371856-
CMYK00.870.590.46
HSL340.84º76.77%30.39%-
HSV(B)340.84º86.86%53.73%-
XYZ11.256.044.31-
YUV57.91126.92184.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.93%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=64.93%
G=8.53%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137185600.870.590.46340.8476.7730.39
Hex8912380573B2E1554d1e
Octal21122700127735652511536
Binary100010011001011100001010111111011101110101010101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891238; }

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

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

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

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

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

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

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

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