Shades of Pohutukawa #60000F
Tints of Pohutukawa #60000F
RGB
CMYK
RGB Variations
Color information
#60000F (or 0x60000F) is known color: Pohutukawa. HEX triplet: 60, 00 and 0F. RGB value is (96,0,15). Sum of RGB (Red+Green+Blue) = 96+0+15=111 (14% of max value = 765). Red value is 96 (37.89% from 255 or 86.49% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 96 - color contains mainly: red. Hex color #60000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60000F is #9FFFF0. Grayscale: #1E1E1E. Windows color (decimal): -10485745 or 983136. OLE color: 983136.
HSL color Cylindrical-coordinate representation of color #60000F: hue angle of 350.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60000F is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.84 | 0.62 |
| HSL | 350.63º | 1% | 0.19% | - |
| HSV(B) | 350.63º | 1% | 0.38% | - |
| XYZ | 4.91 | 2.52 | 0.68 | - |
| YUV | 30.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 15 | 0 | 1 | 0.84 | 0.62 | 350.63 | 1 | 0.19 |
| Hex | 60 | 0 | F | 0 | 64 | 54 | 3E | 15F | 64 | 13 |
| Octal | 140 | 0 | 17 | 0 | 144 | 124 | 76 | 537 | 144 | 23 |
| Binary | 1100000 | 0 | 1111 | 0 | 1100100 | 1010100 | 111110 | 101011111 | 1100100 | 10011 |
Color Harmonies of #60000F
Complementary color
Monochromatic Colors of #60000F
Black with #60000F
Text Example
Text Example
White with #60000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60000F; }
p { color: rgb(96,0,15); }
H1.HeaderClassName
{
color: #60000F;
}
.AnyTagClassName
{
color: #60000F;
}
</style>
background-color css
<style>
a { background-color: #60000F; }
a { background-color: rgb(96,0,15); }
div.DivClassName
{
background-color: #60000F;
}
.BgClassName
{
background-color: #60000F;
}
</style>
border-color css
<style>
span { border-color: #60000F; }
span { border-color: rgb(96,0,15); }
td.TdClassName
{
border-color: #60000F;
}
.TagClassName
{
border-color: #60000F;
}
</style>