Shades of Pohutukawa #60172B
Tints of Pohutukawa #60172B
RGB
CMYK
RGB Variations
Color information
#60172B (or 0x60172B) is known color: Pohutukawa. HEX triplet: 60, 17 and 2B. RGB value is (96,23,43). Sum of RGB (Red+Green+Blue) = 96+23+43=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #60172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60172B is #9FE8D4. Grayscale: #2F2F2F. Windows color (decimal): -10479829 or 2824032. OLE color: 2824032.
HSL color Cylindrical-coordinate representation of color #60172B: hue angle of 343.56º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60172B is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 43 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.62 |
| HSL | 343.56º | 0.61% | 0.23% | - |
| HSV(B) | 343.56º | 0.76% | 0.38% | - |
| XYZ | 5.57 | 3.27 | 2.62 | - |
| YUV | 47.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 43 | 0 | 0.76 | 0.55 | 0.62 | 343.56 | 0.61 | 0.23 |
| Hex | 60 | 17 | 2B | 0 | 4C | 37 | 3E | 158 | 3D | 17 |
| Octal | 140 | 27 | 53 | 0 | 114 | 67 | 76 | 530 | 75 | 27 |
| Binary | 1100000 | 10111 | 101011 | 0 | 1001100 | 110111 | 111110 | 101011000 | 111101 | 10111 |
Color Harmonies of #60172B
Complementary color
Monochromatic Colors of #60172B
Black with #60172B
Text Example
Text Example
White with #60172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60172B; }
p { color: rgb(96,23,43); }
H1.HeaderClassName
{
color: #60172B;
}
.AnyTagClassName
{
color: #60172B;
}
</style>
background-color css
<style>
a { background-color: #60172B; }
a { background-color: rgb(96,23,43); }
div.DivClassName
{
background-color: #60172B;
}
.BgClassName
{
background-color: #60172B;
}
</style>
border-color css
<style>
span { border-color: #60172B; }
span { border-color: rgb(96,23,43); }
td.TdClassName
{
border-color: #60172B;
}
.TagClassName
{
border-color: #60172B;
}
</style>