Shades of Pohutukawa #601527
Tints of Pohutukawa #601527
RGB
CMYK
RGB Variations
Color information
#601527 (or 0x601527) is known color: Pohutukawa. HEX triplet: 60, 15 and 27. RGB value is (96,21,39). Sum of RGB (Red+Green+Blue) = 96+21+39=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #601527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601527 is #9FEAD8. Grayscale: #2D2D2D. Windows color (decimal): -10480345 or 2561376. OLE color: 2561376.
HSL color Cylindrical-coordinate representation of color #601527: hue angle of 345.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #601527 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 21 | 39 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.62 |
| HSL | 345.6º | 0.64% | 0.23% | - |
| HSV(B) | 345.6º | 0.78% | 0.38% | - |
| XYZ | 5.46 | 3.17 | 2.24 | - |
| YUV | 45.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 39 | 0 | 0.78 | 0.59 | 0.62 | 345.6 | 0.64 | 0.23 |
| Hex | 60 | 15 | 27 | 0 | 4E | 3B | 3E | 15A | 40 | 17 |
| Octal | 140 | 25 | 47 | 0 | 116 | 73 | 76 | 532 | 100 | 27 |
| Binary | 1100000 | 10101 | 100111 | 0 | 1001110 | 111011 | 111110 | 101011010 | 1000000 | 10111 |
Color Harmonies of #601527
Complementary color
Monochromatic Colors of #601527
Black with #601527
Text Example
Text Example
White with #601527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601527; }
p { color: rgb(96,21,39); }
H1.HeaderClassName
{
color: #601527;
}
.AnyTagClassName
{
color: #601527;
}
</style>
background-color css
<style>
a { background-color: #601527; }
a { background-color: rgb(96,21,39); }
div.DivClassName
{
background-color: #601527;
}
.BgClassName
{
background-color: #601527;
}
</style>
border-color css
<style>
span { border-color: #601527; }
span { border-color: rgb(96,21,39); }
td.TdClassName
{
border-color: #601527;
}
.TagClassName
{
border-color: #601527;
}
</style>