Shades of Pohutukawa #611D26
Tints of Pohutukawa #611D26
RGB
CMYK
RGB Variations
Color information
#611D26 (or 0x611D26) is known color: Pohutukawa. HEX triplet: 61, 1D and 26. RGB value is (97,29,38). Sum of RGB (Red+Green+Blue) = 97+29+38=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #611D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D26 is #9EE2D9. Grayscale: #323232. Windows color (decimal): -10412762 or 2497889. OLE color: 2497889.
HSL color Cylindrical-coordinate representation of color #611D26: hue angle of 352.06º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D26 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 38 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.62 |
| HSL | 352.06º | 0.54% | 0.25% | - |
| HSV(B) | 352.06º | 0.7% | 0.38% | - |
| XYZ | 5.72 | 3.56 | 2.22 | - |
| YUV | 50.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 38 | 0 | 0.70 | 0.61 | 0.62 | 352.06 | 0.54 | 0.25 |
| Hex | 61 | 1D | 26 | 0 | 46 | 3D | 3E | 160 | 36 | 19 |
| Octal | 141 | 35 | 46 | 0 | 106 | 75 | 76 | 540 | 66 | 31 |
| Binary | 1100001 | 11101 | 100110 | 0 | 1000110 | 111101 | 111110 | 101100000 | 110110 | 11001 |
Color Harmonies of #611D26
Complementary color
Monochromatic Colors of #611D26
Black with #611D26
Text Example
Text Example
White with #611D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D26; }
p { color: rgb(97,29,38); }
H1.HeaderClassName
{
color: #611D26;
}
.AnyTagClassName
{
color: #611D26;
}
</style>
background-color css
<style>
a { background-color: #611D26; }
a { background-color: rgb(97,29,38); }
div.DivClassName
{
background-color: #611D26;
}
.BgClassName
{
background-color: #611D26;
}
</style>
border-color css
<style>
span { border-color: #611D26; }
span { border-color: rgb(97,29,38); }
td.TdClassName
{
border-color: #611D26;
}
.TagClassName
{
border-color: #611D26;
}
</style>