Shades of Pohutukawa #601C28
Tints of Pohutukawa #601C28
RGB
CMYK
RGB Variations
Color information
#601C28 (or 0x601C28) is known color: Pohutukawa. HEX triplet: 60, 1C and 28. RGB value is (96,28,40). Sum of RGB (Red+Green+Blue) = 96+28+40=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #601C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C28 is #9FE3D7. Grayscale: #313131. Windows color (decimal): -10478552 or 2628704. OLE color: 2628704.
HSL color Cylindrical-coordinate representation of color #601C28: hue angle of 349.41º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #601C28 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 28 | 40 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.62 |
| HSL | 349.41º | 0.55% | 0.24% | - |
| HSV(B) | 349.41º | 0.71% | 0.38% | - |
| XYZ | 5.62 | 3.47 | 2.38 | - |
| YUV | 49.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 40 | 0 | 0.71 | 0.58 | 0.62 | 349.41 | 0.55 | 0.24 |
| Hex | 60 | 1C | 28 | 0 | 47 | 3A | 3E | 15D | 37 | 18 |
| Octal | 140 | 34 | 50 | 0 | 107 | 72 | 76 | 535 | 67 | 30 |
| Binary | 1100000 | 11100 | 101000 | 0 | 1000111 | 111010 | 111110 | 101011101 | 110111 | 11000 |
Color Harmonies of #601C28
Complementary color
Monochromatic Colors of #601C28
Black with #601C28
Text Example
Text Example
White with #601C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C28; }
p { color: rgb(96,28,40); }
H1.HeaderClassName
{
color: #601C28;
}
.AnyTagClassName
{
color: #601C28;
}
</style>
background-color css
<style>
a { background-color: #601C28; }
a { background-color: rgb(96,28,40); }
div.DivClassName
{
background-color: #601C28;
}
.BgClassName
{
background-color: #601C28;
}
</style>
border-color css
<style>
span { border-color: #601C28; }
span { border-color: rgb(96,28,40); }
td.TdClassName
{
border-color: #601C28;
}
.TagClassName
{
border-color: #601C28;
}
</style>