Shades of Pohutukawa #611D29
Tints of Pohutukawa #611D29
RGB
CMYK
RGB Variations
Color information
#611D29 (or 0x611D29) is known color: Pohutukawa. HEX triplet: 61, 1D and 29. RGB value is (97,29,41). Sum of RGB (Red+Green+Blue) = 97+29+41=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D29 is #9EE2D6. Grayscale: #323232. Windows color (decimal): -10412759 or 2694497. OLE color: 2694497.
HSL color Cylindrical-coordinate representation of color #611D29: hue angle of 349.41º 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 #611D29 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 41 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.62 |
| HSL | 349.41º | 0.54% | 0.25% | - |
| HSV(B) | 349.41º | 0.7% | 0.38% | - |
| XYZ | 5.77 | 3.58 | 2.48 | - |
| YUV | 50.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 41 | 0 | 0.70 | 0.58 | 0.62 | 349.41 | 0.54 | 0.25 |
| Hex | 61 | 1D | 29 | 0 | 46 | 3A | 3E | 15D | 36 | 19 |
| Octal | 141 | 35 | 51 | 0 | 106 | 72 | 76 | 535 | 66 | 31 |
| Binary | 1100001 | 11101 | 101001 | 0 | 1000110 | 111010 | 111110 | 101011101 | 110110 | 11001 |
Color Harmonies of #611D29
Complementary color
Monochromatic Colors of #611D29
Black with #611D29
Text Example
Text Example
White with #611D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D29; }
p { color: rgb(97,29,41); }
H1.HeaderClassName
{
color: #611D29;
}
.AnyTagClassName
{
color: #611D29;
}
</style>
background-color css
<style>
a { background-color: #611D29; }
a { background-color: rgb(97,29,41); }
div.DivClassName
{
background-color: #611D29;
}
.BgClassName
{
background-color: #611D29;
}
</style>
border-color css
<style>
span { border-color: #611D29; }
span { border-color: rgb(97,29,41); }
td.TdClassName
{
border-color: #611D29;
}
.TagClassName
{
border-color: #611D29;
}
</style>