Shades of Suva Grey #91817D
Tints of Suva Grey #91817D
RGB
CMYK
RGB Variations
Color information
#91817D (or 0x91817D) is known color: Suva Grey. HEX triplet: 91, 81 and 7D. RGB value is (145,129,125). Sum of RGB (Red+Green+Blue) = 145+129+125=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #91817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91817D is #6E7E82. Grayscale: #858585. Windows color (decimal): -7241347 or 8225169. OLE color: 8225169.
HSL color Cylindrical-coordinate representation of color #91817D: hue angle of 12º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91817D is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 125 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.43 |
| HSL | 12º | 0.08% | 0.53% | - |
| HSV(B) | 12º | 0.14% | 0.57% | - |
| XYZ | 23.23 | 23.2 | 22.66 | - |
| YUV | 133.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 125 | 0 | 0.11 | 0.14 | 0.43 | 12 | 0.08 | 0.53 |
| Hex | 91 | 81 | 7D | 0 | B | E | 2B | C | 8 | 35 |
| Octal | 221 | 201 | 175 | 0 | 13 | 16 | 53 | 14 | 10 | 65 |
| Binary | 10010001 | 10000001 | 1111101 | 0 | 1011 | 1110 | 101011 | 1100 | 1000 | 110101 |
Color Harmonies of #91817D
Complementary color
Monochromatic Colors of #91817D
Black with #91817D
Text Example
Text Example
White with #91817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91817D; }
p { color: rgb(145,129,125); }
H1.HeaderClassName
{
color: #91817D;
}
.AnyTagClassName
{
color: #91817D;
}
</style>
background-color css
<style>
a { background-color: #91817D; }
a { background-color: rgb(145,129,125); }
div.DivClassName
{
background-color: #91817D;
}
.BgClassName
{
background-color: #91817D;
}
</style>
border-color css
<style>
span { border-color: #91817D; }
span { border-color: rgb(145,129,125); }
td.TdClassName
{
border-color: #91817D;
}
.TagClassName
{
border-color: #91817D;
}
</style>