Shades of Pohutukawa #60101D
Tints of Pohutukawa #60101D
RGB
CMYK
RGB Variations
Color information
#60101D (or 0x60101D) is known color: Pohutukawa. HEX triplet: 60, 10 and 1D. RGB value is (96,16,29). Sum of RGB (Red+Green+Blue) = 96+16+29=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #60101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60101D is #9FEFE2. Grayscale: #292929. Windows color (decimal): -10481635 or 1904736. OLE color: 1904736.
HSL color Cylindrical-coordinate representation of color #60101D: hue angle of 350.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60101D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 29 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.62 |
| HSL | 350.25º | 0.71% | 0.22% | - |
| HSV(B) | 350.25º | 0.83% | 0.38% | - |
| XYZ | 5.23 | 2.95 | 1.46 | - |
| YUV | 41.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 29 | 0 | 0.83 | 0.70 | 0.62 | 350.25 | 0.71 | 0.22 |
| Hex | 60 | 10 | 1D | 0 | 53 | 46 | 3E | 15E | 47 | 16 |
| Octal | 140 | 20 | 35 | 0 | 123 | 106 | 76 | 536 | 107 | 26 |
| Binary | 1100000 | 10000 | 11101 | 0 | 1010011 | 1000110 | 111110 | 101011110 | 1000111 | 10110 |
Color Harmonies of #60101D
Complementary color
Monochromatic Colors of #60101D
Black with #60101D
Text Example
Text Example
White with #60101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60101D; }
p { color: rgb(96,16,29); }
H1.HeaderClassName
{
color: #60101D;
}
.AnyTagClassName
{
color: #60101D;
}
</style>
background-color css
<style>
a { background-color: #60101D; }
a { background-color: rgb(96,16,29); }
div.DivClassName
{
background-color: #60101D;
}
.BgClassName
{
background-color: #60101D;
}
</style>
border-color css
<style>
span { border-color: #60101D; }
span { border-color: rgb(96,16,29); }
td.TdClassName
{
border-color: #60101D;
}
.TagClassName
{
border-color: #60101D;
}
</style>