Shades of Pohutukawa #60020D
Tints of Pohutukawa #60020D
RGB
CMYK
RGB Variations
Color information
#60020D (or 0x60020D) is known color: Pohutukawa. HEX triplet: 60, 02 and 0D. RGB value is (96,2,13). Sum of RGB (Red+Green+Blue) = 96+2+13=111 (14% of max value = 765). Red value is 96 (37.89% from 255 or 86.49% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 96 - color contains mainly: red. Hex color #60020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60020D is #9FFDF2. Grayscale: #1F1F1F. Windows color (decimal): -10485235 or 852576. OLE color: 852576.
HSL color Cylindrical-coordinate representation of color #60020D: hue angle of 352.98º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60020D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 2 | 13 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.62 |
| HSL | 352.98º | 0.96% | 0.19% | - |
| HSV(B) | 352.98º | 0.98% | 0.38% | - |
| XYZ | 4.92 | 2.56 | 0.62 | - |
| YUV | 31.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 13 | 0 | 0.98 | 0.86 | 0.62 | 352.98 | 0.96 | 0.19 |
| Hex | 60 | 2 | D | 0 | 62 | 56 | 3E | 161 | 60 | 13 |
| Octal | 140 | 2 | 15 | 0 | 142 | 126 | 76 | 541 | 140 | 23 |
| Binary | 1100000 | 10 | 1101 | 0 | 1100010 | 1010110 | 111110 | 101100001 | 1100000 | 10011 |
Color Harmonies of #60020D
Complementary color
Monochromatic Colors of #60020D
Black with #60020D
Text Example
Text Example
White with #60020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60020D; }
p { color: rgb(96,2,13); }
H1.HeaderClassName
{
color: #60020D;
}
.AnyTagClassName
{
color: #60020D;
}
</style>
background-color css
<style>
a { background-color: #60020D; }
a { background-color: rgb(96,2,13); }
div.DivClassName
{
background-color: #60020D;
}
.BgClassName
{
background-color: #60020D;
}
</style>
border-color css
<style>
span { border-color: #60020D; }
span { border-color: rgb(96,2,13); }
td.TdClassName
{
border-color: #60020D;
}
.TagClassName
{
border-color: #60020D;
}
</style>