Shades of Grey #818181
Tints of Grey #818181
RGB
CMYK
RGB Variations
Color information
#818181 (or 0x818181) is known color: Grey. HEX triplet: 81, 81 and 81. RGB value is (129,129,129). Sum of RGB (Red+Green+Blue) = 129+129+129=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 129 - color contains mainly: red, green, blue. Hex color #818181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818181 is #7E7E7E. Grayscale: #818181. Windows color (decimal): -8289919 or 8487297. OLE color: 8487297.
HSL color Cylindrical-coordinate representation of color #818181: hue angle of 0º degrees, saturation: 0, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0%. Process color model (Four color, CMYK) of #818181 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
RGB | 129 | 129 | 129 | - |
CMYK | 0 | 0 | 0 | 0.49 |
HSL | 0º | 0% | 0.51% | - |
HSV(B) | 0º | 0% | 0.51% | - |
XYZ | 20.87 | 21.95 | 23.91 | - |
YUV | 129 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 129 | 129 | 129 | 0 | 0 | 0 | 0.49 | 0 | 0 | 0.51 |
Hex | 81 | 81 | 81 | 0 | 0 | 0 | 31 | 0 | 0 | 33 |
Octal | 201 | 201 | 201 | 0 | 0 | 0 | 61 | 0 | 0 | 63 |
Binary | 10000001 | 10000001 | 10000001 | 0 | 0 | 0 | 110001 | 0 | 0 | 110011 |
Color Harmonies of #818181
Complementary color
Monochromatic Colors of #818181
Black with #818181
Text Example
Text Example
White with #818181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818181; }
p { color: rgb(129,129,129); }
H1.HeaderClassName
{
color: #818181;
}
.AnyTagClassName
{
color: #818181;
}
</style>
background-color css
<style>
a { background-color: #818181; }
a { background-color: rgb(129,129,129); }
div.DivClassName
{
background-color: #818181;
}
.BgClassName
{
background-color: #818181;
}
</style>
border-color css
<style>
span { border-color: #818181; }
span { border-color: rgb(129,129,129); }
td.TdClassName
{
border-color: #818181;
}
.TagClassName
{
border-color: #818181;
}
</style>