Shades of Venus #828081
Tints of Venus #828081
RGB
CMYK
RGB Variations
Color information
#828081 (or 0x828081) is known color: Venus. HEX triplet: 82, 80 and 81. RGB value is (130,128,129). Sum of RGB (Red+Green+Blue) = 130+128+129=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 130 - color contains mainly: red. Hex color #828081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828081 is #7D7F7E. Grayscale: #808080. Windows color (decimal): -8224639 or 8487042. OLE color: 8487042.
HSL color Cylindrical-coordinate representation of color #828081: hue angle of 330º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828081 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 128 | 129 | - |
CMYK | 0 | 0.02 | 0.01 | 0.49 |
HSL | 330º | 0.01% | 0.51% | - |
HSV(B) | 330º | 0.02% | 0.51% | - |
XYZ | 20.89 | 21.77 | 23.87 | - |
YUV | 128.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 128 | 129 | 0 | 0.02 | 0.01 | 0.49 | 330 | 0.01 | 0.51 |
Hex | 82 | 80 | 81 | 0 | 2 | 1 | 31 | 14A | 1 | 33 |
Octal | 202 | 200 | 201 | 0 | 2 | 1 | 61 | 512 | 1 | 63 |
Binary | 10000010 | 10000000 | 10000001 | 0 | 10 | 1 | 110001 | 101001010 | 1 | 110011 |
Color Harmonies of #828081
Complementary color
Monochromatic Colors of #828081
Black with #828081
Text Example
Text Example
White with #828081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828081; }
p { color: rgb(130,128,129); }
H1.HeaderClassName
{
color: #828081;
}
.AnyTagClassName
{
color: #828081;
}
</style>
background-color css
<style>
a { background-color: #828081; }
a { background-color: rgb(130,128,129); }
div.DivClassName
{
background-color: #828081;
}
.BgClassName
{
background-color: #828081;
}
</style>
border-color css
<style>
span { border-color: #828081; }
span { border-color: rgb(130,128,129); }
td.TdClassName
{
border-color: #828081;
}
.TagClassName
{
border-color: #828081;
}
</style>