Shades of Pohutukawa #600521
Tints of Pohutukawa #600521
RGB
CMYK
RGB Variations
Color information
#600521 (or 0x600521) is known color: Pohutukawa. HEX triplet: 60, 05 and 21. RGB value is (96,5,33). Sum of RGB (Red+Green+Blue) = 96+5+33=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #600521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600521 is #9FFADE. Grayscale: #232323. Windows color (decimal): -10484447 or 2164064. OLE color: 2164064.
HSL color Cylindrical-coordinate representation of color #600521: hue angle of 341.54º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600521 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 33 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.62 |
| HSL | 341.54º | 0.9% | 0.2% | - |
| HSV(B) | 341.54º | 0.95% | 0.38% | - |
| XYZ | 5.15 | 2.71 | 1.69 | - |
| YUV | 35.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 33 | 0 | 0.95 | 0.66 | 0.62 | 341.54 | 0.9 | 0.2 |
| Hex | 60 | 5 | 21 | 0 | 5F | 42 | 3E | 156 | 5A | 14 |
| Octal | 140 | 5 | 41 | 0 | 137 | 102 | 76 | 526 | 132 | 24 |
| Binary | 1100000 | 101 | 100001 | 0 | 1011111 | 1000010 | 111110 | 101010110 | 1011010 | 10100 |
Color Harmonies of #600521
Complementary color
Monochromatic Colors of #600521
Black with #600521
Text Example
Text Example
White with #600521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600521; }
p { color: rgb(96,5,33); }
H1.HeaderClassName
{
color: #600521;
}
.AnyTagClassName
{
color: #600521;
}
</style>
background-color css
<style>
a { background-color: #600521; }
a { background-color: rgb(96,5,33); }
div.DivClassName
{
background-color: #600521;
}
.BgClassName
{
background-color: #600521;
}
</style>
border-color css
<style>
span { border-color: #600521; }
span { border-color: rgb(96,5,33); }
td.TdClassName
{
border-color: #600521;
}
.TagClassName
{
border-color: #600521;
}
</style>