Shades of Pohutukawa #600520
Tints of Pohutukawa #600520
RGB
CMYK
RGB Variations
Color information
#600520 (or 0x600520) is known color: Pohutukawa. HEX triplet: 60, 05 and 20. RGB value is (96,5,32). Sum of RGB (Red+Green+Blue) = 96+5+32=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #600520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600520 is #9FFADF. Grayscale: #232323. Windows color (decimal): -10484448 or 2098528. OLE color: 2098528.
HSL color Cylindrical-coordinate representation of color #600520: hue angle of 342.2º 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 #600520 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 5 | 32 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.62 |
| HSL | 342.2º | 0.9% | 0.2% | - |
| HSV(B) | 342.2º | 0.95% | 0.38% | - |
| XYZ | 5.14 | 2.7 | 1.62 | - |
| YUV | 35.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 32 | 0 | 0.95 | 0.67 | 0.62 | 342.2 | 0.9 | 0.2 |
| Hex | 60 | 5 | 20 | 0 | 5F | 43 | 3E | 156 | 5A | 14 |
| Octal | 140 | 5 | 40 | 0 | 137 | 103 | 76 | 526 | 132 | 24 |
| Binary | 1100000 | 101 | 100000 | 0 | 1011111 | 1000011 | 111110 | 101010110 | 1011010 | 10100 |
Color Harmonies of #600520
Complementary color
Monochromatic Colors of #600520
Black with #600520
Text Example
Text Example
White with #600520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600520; }
p { color: rgb(96,5,32); }
H1.HeaderClassName
{
color: #600520;
}
.AnyTagClassName
{
color: #600520;
}
</style>
background-color css
<style>
a { background-color: #600520; }
a { background-color: rgb(96,5,32); }
div.DivClassName
{
background-color: #600520;
}
.BgClassName
{
background-color: #600520;
}
</style>
border-color css
<style>
span { border-color: #600520; }
span { border-color: rgb(96,5,32); }
td.TdClassName
{
border-color: #600520;
}
.TagClassName
{
border-color: #600520;
}
</style>