Shades of Pohutukawa #60171C
Tints of Pohutukawa #60171C
RGB
CMYK
RGB Variations
Color information
#60171C (or 0x60171C) is known color: Pohutukawa. HEX triplet: 60, 17 and 1C. RGB value is (96,23,28). Sum of RGB (Red+Green+Blue) = 96+23+28=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60171C is #9FE8E3. Grayscale: #2D2D2D. Windows color (decimal): -10479844 or 1840992. OLE color: 1840992.
HSL color Cylindrical-coordinate representation of color #60171C: hue angle of 355.89º 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 #60171C is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 28 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.62 |
| HSL | 355.89º | 0.61% | 0.23% | - |
| HSV(B) | 355.89º | 0.76% | 0.38% | - |
| XYZ | 5.34 | 3.18 | 1.43 | - |
| YUV | 45.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 28 | 0 | 0.76 | 0.71 | 0.62 | 355.89 | 0.61 | 0.23 |
| Hex | 60 | 17 | 1C | 0 | 4C | 47 | 3E | 164 | 3D | 17 |
| Octal | 140 | 27 | 34 | 0 | 114 | 107 | 76 | 544 | 75 | 27 |
| Binary | 1100000 | 10111 | 11100 | 0 | 1001100 | 1000111 | 111110 | 101100100 | 111101 | 10111 |
Color Harmonies of #60171C
Complementary color
Monochromatic Colors of #60171C
Black with #60171C
Text Example
Text Example
White with #60171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60171C; }
p { color: rgb(96,23,28); }
H1.HeaderClassName
{
color: #60171C;
}
.AnyTagClassName
{
color: #60171C;
}
</style>
background-color css
<style>
a { background-color: #60171C; }
a { background-color: rgb(96,23,28); }
div.DivClassName
{
background-color: #60171C;
}
.BgClassName
{
background-color: #60171C;
}
</style>
border-color css
<style>
span { border-color: #60171C; }
span { border-color: rgb(96,23,28); }
td.TdClassName
{
border-color: #60171C;
}
.TagClassName
{
border-color: #60171C;
}
</style>