Shades of Pohutukawa #600E29
Tints of Pohutukawa #600E29
RGB
CMYK
RGB Variations
Color information
#600E29 (or 0x600E29) is known color: Pohutukawa. HEX triplet: 60, 0E and 29. RGB value is (96,14,41). Sum of RGB (Red+Green+Blue) = 96+14+41=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #600E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E29 is #9FF1D6. Grayscale: #292929. Windows color (decimal): -10482135 or 2690656. OLE color: 2690656.
HSL color Cylindrical-coordinate representation of color #600E29: hue angle of 340.24º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E29 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 14 | 41 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.62 |
| HSL | 340.24º | 0.75% | 0.22% | - |
| HSV(B) | 340.24º | 0.85% | 0.38% | - |
| XYZ | 5.38 | 2.96 | 2.39 | - |
| YUV | 41.6 | 127.67 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 41 | 0 | 0.85 | 0.57 | 0.62 | 340.24 | 0.75 | 0.22 |
| Hex | 60 | E | 29 | 0 | 55 | 39 | 3E | 154 | 4B | 16 |
| Octal | 140 | 16 | 51 | 0 | 125 | 71 | 76 | 524 | 113 | 26 |
| Binary | 1100000 | 1110 | 101001 | 0 | 1010101 | 111001 | 111110 | 101010100 | 1001011 | 10110 |
Color Harmonies of #600E29
Complementary color
Monochromatic Colors of #600E29
Black with #600E29
Text Example
Text Example
White with #600E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600E29; }
p { color: rgb(96,14,41); }
H1.HeaderClassName
{
color: #600E29;
}
.AnyTagClassName
{
color: #600E29;
}
</style>
background-color css
<style>
a { background-color: #600E29; }
a { background-color: rgb(96,14,41); }
div.DivClassName
{
background-color: #600E29;
}
.BgClassName
{
background-color: #600E29;
}
</style>
border-color css
<style>
span { border-color: #600E29; }
span { border-color: rgb(96,14,41); }
td.TdClassName
{
border-color: #600E29;
}
.TagClassName
{
border-color: #600E29;
}
</style>