Shades of Paua #160853
Tints of Paua #160853
RGB
CMYK
RGB Variations
Color information
#160853 (or 0x160853) is known color: Paua. HEX triplet: 16, 08 and 53. RGB value is (22,8,83). Sum of RGB (Red+Green+Blue) = 22+8+83=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #160853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160853 is #E9F7AC. Grayscale: #141414. Windows color (decimal): -15333293 or 5441558. OLE color: 5441558.
HSL color Cylindrical-coordinate representation of color #160853: hue angle of 251.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #160853 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 8 | 83 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.67 |
| HSL | 251.2º | 0.82% | 0.18% | - |
| HSV(B) | 251.2º | 0.9% | 0.33% | - |
| XYZ | 1.98 | 0.97 | 8.27 | - |
| YUV | 20.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 83 | 0.73 | 0.90 | 0 | 0.67 | 251.2 | 0.82 | 0.18 |
| Hex | 16 | 8 | 53 | 49 | 5A | 0 | 43 | FB | 52 | 12 |
| Octal | 26 | 10 | 123 | 111 | 132 | 0 | 103 | 373 | 122 | 22 |
| Binary | 10110 | 1000 | 1010011 | 1001001 | 1011010 | 0 | 1000011 | 11111011 | 1010010 | 10010 |
Color Harmonies of #160853
Complementary color
Monochromatic Colors of #160853
Black with #160853
Text Example
Text Example
White with #160853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160853; }
p { color: rgb(22,8,83); }
H1.HeaderClassName
{
color: #160853;
}
.AnyTagClassName
{
color: #160853;
}
</style>
background-color css
<style>
a { background-color: #160853; }
a { background-color: rgb(22,8,83); }
div.DivClassName
{
background-color: #160853;
}
.BgClassName
{
background-color: #160853;
}
</style>
border-color css
<style>
span { border-color: #160853; }
span { border-color: rgb(22,8,83); }
td.TdClassName
{
border-color: #160853;
}
.TagClassName
{
border-color: #160853;
}
</style>