Shades of Pohutukawa #60030D
Tints of Pohutukawa #60030D
RGB
CMYK
RGB Variations
Color information
#60030D (or 0x60030D) is known color: Pohutukawa. HEX triplet: 60, 03 and 0D. RGB value is (96,3,13). Sum of RGB (Red+Green+Blue) = 96+3+13=112 (14% of max value = 765). Red value is 96 (37.89% from 255 or 85.71% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 96 - color contains mainly: red. Hex color #60030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60030D is #9FFCF2. Grayscale: #1F1F1F. Windows color (decimal): -10484979 or 852832. OLE color: 852832.
HSL color Cylindrical-coordinate representation of color #60030D: hue angle of 353.55º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60030D is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 13 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.62 |
| HSL | 353.55º | 0.94% | 0.19% | - |
| HSV(B) | 353.55º | 0.97% | 0.38% | - |
| XYZ | 4.93 | 2.58 | 0.62 | - |
| YUV | 31.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 13 | 0 | 0.97 | 0.86 | 0.62 | 353.55 | 0.94 | 0.19 |
| Hex | 60 | 3 | D | 0 | 61 | 56 | 3E | 162 | 5E | 13 |
| Octal | 140 | 3 | 15 | 0 | 141 | 126 | 76 | 542 | 136 | 23 |
| Binary | 1100000 | 11 | 1101 | 0 | 1100001 | 1010110 | 111110 | 101100010 | 1011110 | 10011 |
Color Harmonies of #60030D
Complementary color
Monochromatic Colors of #60030D
Black with #60030D
Text Example
Text Example
White with #60030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60030D; }
p { color: rgb(96,3,13); }
H1.HeaderClassName
{
color: #60030D;
}
.AnyTagClassName
{
color: #60030D;
}
</style>
background-color css
<style>
a { background-color: #60030D; }
a { background-color: rgb(96,3,13); }
div.DivClassName
{
background-color: #60030D;
}
.BgClassName
{
background-color: #60030D;
}
</style>
border-color css
<style>
span { border-color: #60030D; }
span { border-color: rgb(96,3,13); }
td.TdClassName
{
border-color: #60030D;
}
.TagClassName
{
border-color: #60030D;
}
</style>