Shades of Pohutukawa #601E26
Tints of Pohutukawa #601E26
RGB
CMYK
RGB Variations
Color information
#601E26 (or 0x601E26) is known color: Pohutukawa. HEX triplet: 60, 1E and 26. RGB value is (96,30,38). Sum of RGB (Red+Green+Blue) = 96+30+38=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #601E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E26 is #9FE1D9. Grayscale: #323232. Windows color (decimal): -10478042 or 2498144. OLE color: 2498144.
HSL color Cylindrical-coordinate representation of color #601E26: hue angle of 352.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E26 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 30 | 38 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.62 |
| HSL | 352.73º | 0.52% | 0.25% | - |
| HSV(B) | 352.73º | 0.69% | 0.38% | - |
| XYZ | 5.64 | 3.56 | 2.22 | - |
| YUV | 50.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 38 | 0 | 0.69 | 0.60 | 0.62 | 352.73 | 0.52 | 0.25 |
| Hex | 60 | 1E | 26 | 0 | 45 | 3C | 3E | 161 | 34 | 19 |
| Octal | 140 | 36 | 46 | 0 | 105 | 74 | 76 | 541 | 64 | 31 |
| Binary | 1100000 | 11110 | 100110 | 0 | 1000101 | 111100 | 111110 | 101100001 | 110100 | 11001 |
Color Harmonies of #601E26
Complementary color
Monochromatic Colors of #601E26
Black with #601E26
Text Example
Text Example
White with #601E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E26; }
p { color: rgb(96,30,38); }
H1.HeaderClassName
{
color: #601E26;
}
.AnyTagClassName
{
color: #601E26;
}
</style>
background-color css
<style>
a { background-color: #601E26; }
a { background-color: rgb(96,30,38); }
div.DivClassName
{
background-color: #601E26;
}
.BgClassName
{
background-color: #601E26;
}
</style>
border-color css
<style>
span { border-color: #601E26; }
span { border-color: rgb(96,30,38); }
td.TdClassName
{
border-color: #601E26;
}
.TagClassName
{
border-color: #601E26;
}
</style>