Shades of Pohutukawa #60161B
Tints of Pohutukawa #60161B
RGB
CMYK
RGB Variations
Color information
#60161B (or 0x60161B) is known color: Pohutukawa. HEX triplet: 60, 16 and 1B. RGB value is (96,22,27). Sum of RGB (Red+Green+Blue) = 96+22+27=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #60161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60161B is #9FE9E4. Grayscale: #2C2C2C. Windows color (decimal): -10480101 or 1775200. OLE color: 1775200.
HSL color Cylindrical-coordinate representation of color #60161B: hue angle of 355.95º 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 #60161B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 22 | 27 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.62 |
| HSL | 355.95º | 0.63% | 0.23% | - |
| HSV(B) | 355.95º | 0.77% | 0.38% | - |
| XYZ | 5.31 | 3.14 | 1.36 | - |
| YUV | 44.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 27 | 0 | 0.77 | 0.72 | 0.62 | 355.95 | 0.63 | 0.23 |
| Hex | 60 | 16 | 1B | 0 | 4D | 48 | 3E | 164 | 3F | 17 |
| Octal | 140 | 26 | 33 | 0 | 115 | 110 | 76 | 544 | 77 | 27 |
| Binary | 1100000 | 10110 | 11011 | 0 | 1001101 | 1001000 | 111110 | 101100100 | 111111 | 10111 |
Color Harmonies of #60161B
Complementary color
Monochromatic Colors of #60161B
Black with #60161B
Text Example
Text Example
White with #60161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60161B; }
p { color: rgb(96,22,27); }
H1.HeaderClassName
{
color: #60161B;
}
.AnyTagClassName
{
color: #60161B;
}
</style>
background-color css
<style>
a { background-color: #60161B; }
a { background-color: rgb(96,22,27); }
div.DivClassName
{
background-color: #60161B;
}
.BgClassName
{
background-color: #60161B;
}
</style>
border-color css
<style>
span { border-color: #60161B; }
span { border-color: rgb(96,22,27); }
td.TdClassName
{
border-color: #60161B;
}
.TagClassName
{
border-color: #60161B;
}
</style>