Shades of Pohutukawa #60040B
Tints of Pohutukawa #60040B
RGB
CMYK
RGB Variations
Color information
#60040B (or 0x60040B) is known color: Pohutukawa. HEX triplet: 60, 04 and 0B. RGB value is (96,4,11). Sum of RGB (Red+Green+Blue) = 96+4+11=111 (14% of max value = 765). Red value is 96 (37.89% from 255 or 86.49% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 96 - color contains mainly: red. Hex color #60040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60040B is #9FFBF4. Grayscale: #202020. Windows color (decimal): -10484725 or 722016. OLE color: 722016.
HSL color Cylindrical-coordinate representation of color #60040B: hue angle of 355.43º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60040B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 11 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.62 |
| HSL | 355.43º | 0.92% | 0.2% | - |
| HSV(B) | 355.43º | 0.96% | 0.38% | - |
| XYZ | 4.93 | 2.6 | 0.56 | - |
| YUV | 32.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 11 | 0 | 0.96 | 0.89 | 0.62 | 355.43 | 0.92 | 0.2 |
| Hex | 60 | 4 | B | 0 | 60 | 59 | 3E | 163 | 5C | 14 |
| Octal | 140 | 4 | 13 | 0 | 140 | 131 | 76 | 543 | 134 | 24 |
| Binary | 1100000 | 100 | 1011 | 0 | 1100000 | 1011001 | 111110 | 101100011 | 1011100 | 10100 |
Color Harmonies of #60040B
Complementary color
Monochromatic Colors of #60040B
Black with #60040B
Text Example
Text Example
White with #60040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60040B; }
p { color: rgb(96,4,11); }
H1.HeaderClassName
{
color: #60040B;
}
.AnyTagClassName
{
color: #60040B;
}
</style>
background-color css
<style>
a { background-color: #60040B; }
a { background-color: rgb(96,4,11); }
div.DivClassName
{
background-color: #60040B;
}
.BgClassName
{
background-color: #60040B;
}
</style>
border-color css
<style>
span { border-color: #60040B; }
span { border-color: rgb(96,4,11); }
td.TdClassName
{
border-color: #60040B;
}
.TagClassName
{
border-color: #60040B;
}
</style>