Shades of Pohutukawa #601F2E
Tints of Pohutukawa #601F2E
RGB
CMYK
RGB Variations
Color information
#601F2E (or 0x601F2E) is known color: Pohutukawa. HEX triplet: 60, 1F and 2E. RGB value is (96,31,46). Sum of RGB (Red+Green+Blue) = 96+31+46=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #601F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F2E is #9FE0D1. Grayscale: #343434. Windows color (decimal): -10477778 or 3022688. OLE color: 3022688.
HSL color Cylindrical-coordinate representation of color #601F2E: hue angle of 346.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #601F2E is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 31 | 46 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.62 |
| HSL | 346.15º | 0.51% | 0.25% | - |
| HSV(B) | 346.15º | 0.68% | 0.38% | - |
| XYZ | 5.81 | 3.66 | 2.99 | - |
| YUV | 52.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 31 | 46 | 0 | 0.68 | 0.52 | 0.62 | 346.15 | 0.51 | 0.25 |
| Hex | 60 | 1F | 2E | 0 | 44 | 34 | 3E | 15A | 33 | 19 |
| Octal | 140 | 37 | 56 | 0 | 104 | 64 | 76 | 532 | 63 | 31 |
| Binary | 1100000 | 11111 | 101110 | 0 | 1000100 | 110100 | 111110 | 101011010 | 110011 | 11001 |
Color Harmonies of #601F2E
Complementary color
Monochromatic Colors of #601F2E
Black with #601F2E
Text Example
Text Example
White with #601F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601F2E; }
p { color: rgb(96,31,46); }
H1.HeaderClassName
{
color: #601F2E;
}
.AnyTagClassName
{
color: #601F2E;
}
</style>
background-color css
<style>
a { background-color: #601F2E; }
a { background-color: rgb(96,31,46); }
div.DivClassName
{
background-color: #601F2E;
}
.BgClassName
{
background-color: #601F2E;
}
</style>
border-color css
<style>
span { border-color: #601F2E; }
span { border-color: rgb(96,31,46); }
td.TdClassName
{
border-color: #601F2E;
}
.TagClassName
{
border-color: #601F2E;
}
</style>