Shades of Pohutukawa #60090D
Tints of Pohutukawa #60090D
RGB
CMYK
RGB Variations
Color information
#60090D (or 0x60090D) is known color: Pohutukawa. HEX triplet: 60, 09 and 0D. RGB value is (96,9,13). Sum of RGB (Red+Green+Blue) = 96+9+13=118 (15% of max value = 765). Red value is 96 (37.89% from 255 or 81.36% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 96 - color contains mainly: red. Hex color #60090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60090D is #9FF6F2. Grayscale: #232323. Windows color (decimal): -10483443 or 854368. OLE color: 854368.
HSL color Cylindrical-coordinate representation of color #60090D: hue angle of 357.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60090D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 9 | 13 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.62 |
| HSL | 357.24º | 0.83% | 0.21% | - |
| HSV(B) | 357.24º | 0.91% | 0.38% | - |
| XYZ | 4.99 | 2.71 | 0.64 | - |
| YUV | 35.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 13 | 0 | 0.91 | 0.86 | 0.62 | 357.24 | 0.83 | 0.21 |
| Hex | 60 | 9 | D | 0 | 5B | 56 | 3E | 165 | 53 | 15 |
| Octal | 140 | 11 | 15 | 0 | 133 | 126 | 76 | 545 | 123 | 25 |
| Binary | 1100000 | 1001 | 1101 | 0 | 1011011 | 1010110 | 111110 | 101100101 | 1010011 | 10101 |
Color Harmonies of #60090D
Complementary color
Monochromatic Colors of #60090D
Black with #60090D
Text Example
Text Example
White with #60090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60090D; }
p { color: rgb(96,9,13); }
H1.HeaderClassName
{
color: #60090D;
}
.AnyTagClassName
{
color: #60090D;
}
</style>
background-color css
<style>
a { background-color: #60090D; }
a { background-color: rgb(96,9,13); }
div.DivClassName
{
background-color: #60090D;
}
.BgClassName
{
background-color: #60090D;
}
</style>
border-color css
<style>
span { border-color: #60090D; }
span { border-color: rgb(96,9,13); }
td.TdClassName
{
border-color: #60090D;
}
.TagClassName
{
border-color: #60090D;
}
</style>