Shades of Pohutukawa #60161F
Tints of Pohutukawa #60161F
RGB
CMYK
RGB Variations
Color information
#60161F (or 0x60161F) is known color: Pohutukawa. HEX triplet: 60, 16 and 1F. RGB value is (96,22,31). Sum of RGB (Red+Green+Blue) = 96+22+31=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #60161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60161F is #9FE9E0. Grayscale: #2D2D2D. Windows color (decimal): -10480097 or 2037344. OLE color: 2037344.
HSL color Cylindrical-coordinate representation of color #60161F: hue angle of 352.7º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60161F is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 22 | 31 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.62 |
| HSL | 352.7º | 0.63% | 0.23% | - |
| HSV(B) | 352.7º | 0.77% | 0.38% | - |
| XYZ | 5.36 | 3.16 | 1.62 | - |
| YUV | 45.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 31 | 0 | 0.77 | 0.68 | 0.62 | 352.7 | 0.63 | 0.23 |
| Hex | 60 | 16 | 1F | 0 | 4D | 44 | 3E | 161 | 3F | 17 |
| Octal | 140 | 26 | 37 | 0 | 115 | 104 | 76 | 541 | 77 | 27 |
| Binary | 1100000 | 10110 | 11111 | 0 | 1001101 | 1000100 | 111110 | 101100001 | 111111 | 10111 |
Color Harmonies of #60161F
Complementary color
Monochromatic Colors of #60161F
Black with #60161F
Text Example
Text Example
White with #60161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60161F; }
p { color: rgb(96,22,31); }
H1.HeaderClassName
{
color: #60161F;
}
.AnyTagClassName
{
color: #60161F;
}
</style>
background-color css
<style>
a { background-color: #60161F; }
a { background-color: rgb(96,22,31); }
div.DivClassName
{
background-color: #60161F;
}
.BgClassName
{
background-color: #60161F;
}
</style>
border-color css
<style>
span { border-color: #60161F; }
span { border-color: rgb(96,22,31); }
td.TdClassName
{
border-color: #60161F;
}
.TagClassName
{
border-color: #60161F;
}
</style>