Shades of Pohutukawa #600D28
Tints of Pohutukawa #600D28
RGB
CMYK
RGB Variations
Color information
#600D28 (or 0x600D28) is known color: Pohutukawa. HEX triplet: 60, 0D and 28. RGB value is (96,13,40). Sum of RGB (Red+Green+Blue) = 96+13+40=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #600D28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600D28 is #9FF2D7. Grayscale: #282828. Windows color (decimal): -10482392 or 2624864. OLE color: 2624864.
HSL color Cylindrical-coordinate representation of color #600D28: hue angle of 340.48º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600D28 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 13 | 40 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.62 |
| HSL | 340.48º | 0.76% | 0.21% | - |
| HSV(B) | 340.48º | 0.86% | 0.38% | - |
| XYZ | 5.35 | 2.93 | 2.29 | - |
| YUV | 40.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 40 | 0 | 0.86 | 0.58 | 0.62 | 340.48 | 0.76 | 0.21 |
| Hex | 60 | D | 28 | 0 | 56 | 3A | 3E | 154 | 4C | 15 |
| Octal | 140 | 15 | 50 | 0 | 126 | 72 | 76 | 524 | 114 | 25 |
| Binary | 1100000 | 1101 | 101000 | 0 | 1010110 | 111010 | 111110 | 101010100 | 1001100 | 10101 |
Color Harmonies of #600D28
Complementary color
Monochromatic Colors of #600D28
Black with #600D28
Text Example
Text Example
White with #600D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D28; }
p { color: rgb(96,13,40); }
H1.HeaderClassName
{
color: #600D28;
}
.AnyTagClassName
{
color: #600D28;
}
</style>
background-color css
<style>
a { background-color: #600D28; }
a { background-color: rgb(96,13,40); }
div.DivClassName
{
background-color: #600D28;
}
.BgClassName
{
background-color: #600D28;
}
</style>
border-color css
<style>
span { border-color: #600D28; }
span { border-color: rgb(96,13,40); }
td.TdClassName
{
border-color: #600D28;
}
.TagClassName
{
border-color: #600D28;
}
</style>