Shades of Pohutukawa #601F2D
Tints of Pohutukawa #601F2D
RGB
CMYK
RGB Variations
Color information
#601F2D (or 0x601F2D) is known color: Pohutukawa. HEX triplet: 60, 1F and 2D. RGB value is (96,31,45). Sum of RGB (Red+Green+Blue) = 96+31+45=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #601F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F2D is #9FE0D2. Grayscale: #343434. Windows color (decimal): -10477779 or 2957152. OLE color: 2957152.
HSL color Cylindrical-coordinate representation of color #601F2D: hue angle of 347.08º 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 #601F2D is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 31 | 45 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.62 |
| HSL | 347.08º | 0.51% | 0.25% | - |
| HSV(B) | 347.08º | 0.68% | 0.38% | - |
| XYZ | 5.79 | 3.66 | 2.88 | - |
| YUV | 52.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 31 | 45 | 0 | 0.68 | 0.53 | 0.62 | 347.08 | 0.51 | 0.25 |
| Hex | 60 | 1F | 2D | 0 | 44 | 35 | 3E | 15B | 33 | 19 |
| Octal | 140 | 37 | 55 | 0 | 104 | 65 | 76 | 533 | 63 | 31 |
| Binary | 1100000 | 11111 | 101101 | 0 | 1000100 | 110101 | 111110 | 101011011 | 110011 | 11001 |
Color Harmonies of #601F2D
Complementary color
Monochromatic Colors of #601F2D
Black with #601F2D
Text Example
Text Example
White with #601F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601F2D; }
p { color: rgb(96,31,45); }
H1.HeaderClassName
{
color: #601F2D;
}
.AnyTagClassName
{
color: #601F2D;
}
</style>
background-color css
<style>
a { background-color: #601F2D; }
a { background-color: rgb(96,31,45); }
div.DivClassName
{
background-color: #601F2D;
}
.BgClassName
{
background-color: #601F2D;
}
</style>
border-color css
<style>
span { border-color: #601F2D; }
span { border-color: rgb(96,31,45); }
td.TdClassName
{
border-color: #601F2D;
}
.TagClassName
{
border-color: #601F2D;
}
</style>