#91213B

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

Shades of Shiraz #91213B

Tints of Shiraz #91213B

Color information

#91213B (or 0x91213B) is unknown color: approx Shiraz. HEX triplet: 91, 21 and 3B. RGB value is (145,33,59). Sum of RGB (Red+Green+Blue) = 145+33+59=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #91213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91213B is #6EDEC4. Grayscale: #454545. Windows color (decimal): -7265989 or 3875217. OLE color: 3875217.

HSL color Cylindrical-coordinate representation of color #91213B: hue angle of 346.07º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #91213B is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB1453359-
CMYK00.770.590.43
HSL346.07º62.92%34.9%-
HSV(B)346.07º77.24%56.86%-
XYZ13.017.424.88-
YUV69.45122.11181.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 61.18%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=61.18%
G=13.92%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145335900.770.590.43346.0762.9234.9
Hex91213B04D3B2B15a3f23
Octal2214173011573535327743
Binary1001000110000111101101001101111011101011101011010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91213B; }

 p { color: rgb(145,33,59); }

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

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

 a { background-color: rgb(145,33,59); }

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

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

 span { border-color: rgb(145,33,59); }

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