#911e39

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

Shades of Shiraz #911E39

Tints of Shiraz #911E39

Color information

#911E39 (or 0x911E39) is unknown color: approx Shiraz. HEX triplet: 91, 1E and 39. RGB value is (145,30,57). Sum of RGB (Red+Green+Blue) = 145+30+57=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #911E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911E39 is #6EE1C6. Grayscale: #434343. Windows color (decimal): -7266759 or 3743377. OLE color: 3743377.

HSL color Cylindrical-coordinate representation of color #911E39: hue angle of 345.91º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911E39 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB1453057-
CMYK00.790.610.43
HSL345.91º65.71%34.31%-
HSV(B)345.91º79.31%56.86%-
XYZ12.887.244.59-
YUV67.46122.1183.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.5%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=62.5%
G=12.93%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145305700.790.610.43345.9165.7134.31
Hex911E3904F3D2B15a4222
Octal22136710117755353210242
Binary1001000111110111001010011111111011010111010110101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911e39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911e39; }

 p { color: rgb(145,30,57); }

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

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

 a { background-color: rgb(145,30,57); }

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

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

 span { border-color: rgb(145,30,57); }

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