Shades of Pohutukawa #611D2C
Tints of Pohutukawa #611D2C
RGB
CMYK
RGB Variations
Color information
#611D2C (or 0x611D2C) is known color: Pohutukawa. HEX triplet: 61, 1D and 2C. RGB value is (97,29,44). Sum of RGB (Red+Green+Blue) = 97+29+44=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #611D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D2C is #9EE2D3. Grayscale: #333333. Windows color (decimal): -10412756 or 2891105. OLE color: 2891105.
HSL color Cylindrical-coordinate representation of color #611D2C: hue angle of 346.76º 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 #611D2C is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 44 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.62 |
| HSL | 346.76º | 0.54% | 0.25% | - |
| HSV(B) | 346.76º | 0.7% | 0.38% | - |
| XYZ | 5.82 | 3.6 | 2.77 | - |
| YUV | 51.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 44 | 0 | 0.70 | 0.55 | 0.62 | 346.76 | 0.54 | 0.25 |
| Hex | 61 | 1D | 2C | 0 | 46 | 37 | 3E | 15B | 36 | 19 |
| Octal | 141 | 35 | 54 | 0 | 106 | 67 | 76 | 533 | 66 | 31 |
| Binary | 1100001 | 11101 | 101100 | 0 | 1000110 | 110111 | 111110 | 101011011 | 110110 | 11001 |
Color Harmonies of #611D2C
Complementary color
Monochromatic Colors of #611D2C
Black with #611D2C
Text Example
Text Example
White with #611D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D2C; }
p { color: rgb(97,29,44); }
H1.HeaderClassName
{
color: #611D2C;
}
.AnyTagClassName
{
color: #611D2C;
}
</style>
background-color css
<style>
a { background-color: #611D2C; }
a { background-color: rgb(97,29,44); }
div.DivClassName
{
background-color: #611D2C;
}
.BgClassName
{
background-color: #611D2C;
}
</style>
border-color css
<style>
span { border-color: #611D2C; }
span { border-color: rgb(97,29,44); }
td.TdClassName
{
border-color: #611D2C;
}
.TagClassName
{
border-color: #611D2C;
}
</style>