Shades of Juniper #819191
Tints of Juniper #819191
RGB
CMYK
RGB Variations
Color information
#819191 (or 0x819191) is known color: Juniper. HEX triplet: 81, 91 and 91. RGB value is (129,145,145). Sum of RGB (Red+Green+Blue) = 129+145+145=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #819191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819191 is #7E6E6E. Grayscale: #8C8C8C. Windows color (decimal): -8285807 or 9539969. OLE color: 9539969.
HSL color Cylindrical-coordinate representation of color #819191: hue angle of 180º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #819191 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 145 | 145 | - |
| CMYK | 0.11 | 0 | 0 | 0.43 |
| HSL | 180º | 0.07% | 0.54% | - |
| HSV(B) | 180º | 0.11% | 0.57% | - |
| XYZ | 24.29 | 26.96 | 30.71 | - |
| YUV | 140.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 145 | 0.11 | 0 | 0 | 0.43 | 180 | 0.07 | 0.54 |
| Hex | 81 | 91 | 91 | B | 0 | 0 | 2B | B4 | 7 | 36 |
| Octal | 201 | 221 | 221 | 13 | 0 | 0 | 53 | 264 | 7 | 66 |
| Binary | 10000001 | 10010001 | 10010001 | 1011 | 0 | 0 | 101011 | 10110100 | 111 | 110110 |
Color Harmonies of #819191
Complementary color
Monochromatic Colors of #819191
Black with #819191
Text Example
Text Example
White with #819191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819191; }
p { color: rgb(129,145,145); }
H1.HeaderClassName
{
color: #819191;
}
.AnyTagClassName
{
color: #819191;
}
</style>
background-color css
<style>
a { background-color: #819191; }
a { background-color: rgb(129,145,145); }
div.DivClassName
{
background-color: #819191;
}
.BgClassName
{
background-color: #819191;
}
</style>
border-color css
<style>
span { border-color: #819191; }
span { border-color: rgb(129,145,145); }
td.TdClassName
{
border-color: #819191;
}
.TagClassName
{
border-color: #819191;
}
</style>