Shades of Pohutukawa #60121D
Tints of Pohutukawa #60121D
RGB
CMYK
RGB Variations
Color information
#60121D (or 0x60121D) is known color: Pohutukawa. HEX triplet: 60, 12 and 1D. RGB value is (96,18,29). Sum of RGB (Red+Green+Blue) = 96+18+29=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60121D is #9FEDE2. Grayscale: #2A2A2A. Windows color (decimal): -10481123 or 1905248. OLE color: 1905248.
HSL color Cylindrical-coordinate representation of color #60121D: hue angle of 351.54º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60121D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 29 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.62 |
| HSL | 351.54º | 0.68% | 0.22% | - |
| HSV(B) | 351.54º | 0.81% | 0.38% | - |
| XYZ | 5.26 | 3.01 | 1.47 | - |
| YUV | 42.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 29 | 0 | 0.81 | 0.70 | 0.62 | 351.54 | 0.68 | 0.22 |
| Hex | 60 | 12 | 1D | 0 | 51 | 46 | 3E | 160 | 44 | 16 |
| Octal | 140 | 22 | 35 | 0 | 121 | 106 | 76 | 540 | 104 | 26 |
| Binary | 1100000 | 10010 | 11101 | 0 | 1010001 | 1000110 | 111110 | 101100000 | 1000100 | 10110 |
Color Harmonies of #60121D
Complementary color
Monochromatic Colors of #60121D
Black with #60121D
Text Example
Text Example
White with #60121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60121D; }
p { color: rgb(96,18,29); }
H1.HeaderClassName
{
color: #60121D;
}
.AnyTagClassName
{
color: #60121D;
}
</style>
background-color css
<style>
a { background-color: #60121D; }
a { background-color: rgb(96,18,29); }
div.DivClassName
{
background-color: #60121D;
}
.BgClassName
{
background-color: #60121D;
}
</style>
border-color css
<style>
span { border-color: #60121D; }
span { border-color: rgb(96,18,29); }
td.TdClassName
{
border-color: #60121D;
}
.TagClassName
{
border-color: #60121D;
}
</style>