Shades of Shiraz #901A34
Tints of Shiraz #901A34
RGB
CMYK
RGB Variations
Color information
#901A34 (or 0x901A34) is known color: Shiraz. HEX triplet: 90, 1A and 34. RGB value is (144,26,52). Sum of RGB (Red+Green+Blue) = 144+26+52=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #901A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901A34 is #6FE5CB. Grayscale: #404040. Windows color (decimal): -7333324 or 3414672. OLE color: 3414672.
HSL color Cylindrical-coordinate representation of color #901A34: hue angle of 346.78º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A34 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 52 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.44 |
| HSL | 346.78º | 0.69% | 0.33% | - |
| HSV(B) | 346.78º | 0.82% | 0.56% | - |
| XYZ | 12.49 | 6.92 | 3.93 | - |
| YUV | 64.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 52 | 0 | 0.82 | 0.64 | 0.44 | 346.78 | 0.69 | 0.33 |
| Hex | 90 | 1A | 34 | 0 | 52 | 40 | 2C | 15B | 45 | 21 |
| Octal | 220 | 32 | 64 | 0 | 122 | 100 | 54 | 533 | 105 | 41 |
| Binary | 10010000 | 11010 | 110100 | 0 | 1010010 | 1000000 | 101100 | 101011011 | 1000101 | 100001 |
Color Harmonies of #901A34
Complementary color
Monochromatic Colors of #901A34
Black with #901A34
Text Example
Text Example
White with #901A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A34; }
p { color: rgb(144,26,52); }
H1.HeaderClassName
{
color: #901A34;
}
.AnyTagClassName
{
color: #901A34;
}
</style>
background-color css
<style>
a { background-color: #901A34; }
a { background-color: rgb(144,26,52); }
div.DivClassName
{
background-color: #901A34;
}
.BgClassName
{
background-color: #901A34;
}
</style>
border-color css
<style>
span { border-color: #901A34; }
span { border-color: rgb(144,26,52); }
td.TdClassName
{
border-color: #901A34;
}
.TagClassName
{
border-color: #901A34;
}
</style>