Shades of Pohutukawa #601729
Tints of Pohutukawa #601729
RGB
CMYK
RGB Variations
Color information
#601729 (or 0x601729) is known color: Pohutukawa. HEX triplet: 60, 17 and 29. RGB value is (96,23,41). Sum of RGB (Red+Green+Blue) = 96+23+41=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #601729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601729 is #9FE8D6. Grayscale: #2E2E2E. Windows color (decimal): -10479831 or 2692960. OLE color: 2692960.
HSL color Cylindrical-coordinate representation of color #601729: hue angle of 345.21º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601729 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 41 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.62 |
| HSL | 345.21º | 0.61% | 0.23% | - |
| HSV(B) | 345.21º | 0.76% | 0.38% | - |
| XYZ | 5.53 | 3.26 | 2.44 | - |
| YUV | 46.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 41 | 0 | 0.76 | 0.57 | 0.62 | 345.21 | 0.61 | 0.23 |
| Hex | 60 | 17 | 29 | 0 | 4C | 39 | 3E | 159 | 3D | 17 |
| Octal | 140 | 27 | 51 | 0 | 114 | 71 | 76 | 531 | 75 | 27 |
| Binary | 1100000 | 10111 | 101001 | 0 | 1001100 | 111001 | 111110 | 101011001 | 111101 | 10111 |
Color Harmonies of #601729
Complementary color
Monochromatic Colors of #601729
Black with #601729
Text Example
Text Example
White with #601729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601729; }
p { color: rgb(96,23,41); }
H1.HeaderClassName
{
color: #601729;
}
.AnyTagClassName
{
color: #601729;
}
</style>
background-color css
<style>
a { background-color: #601729; }
a { background-color: rgb(96,23,41); }
div.DivClassName
{
background-color: #601729;
}
.BgClassName
{
background-color: #601729;
}
</style>
border-color css
<style>
span { border-color: #601729; }
span { border-color: rgb(96,23,41); }
td.TdClassName
{
border-color: #601729;
}
.TagClassName
{
border-color: #601729;
}
</style>