Shades of Pohutukawa #611D25
Tints of Pohutukawa #611D25
RGB
CMYK
RGB Variations
Color information
#611D25 (or 0x611D25) is known color: Pohutukawa. HEX triplet: 61, 1D and 25. RGB value is (97,29,37). Sum of RGB (Red+Green+Blue) = 97+29+37=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #611D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D25 is #9EE2DA. Grayscale: #323232. Windows color (decimal): -10412763 or 2432353. OLE color: 2432353.
HSL color Cylindrical-coordinate representation of color #611D25: hue angle of 352.94º 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 #611D25 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 37 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.62 |
| HSL | 352.94º | 0.54% | 0.25% | - |
| HSV(B) | 352.94º | 0.7% | 0.38% | - |
| XYZ | 5.7 | 3.55 | 2.14 | - |
| YUV | 50.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 37 | 0 | 0.70 | 0.62 | 0.62 | 352.94 | 0.54 | 0.25 |
| Hex | 61 | 1D | 25 | 0 | 46 | 3E | 3E | 161 | 36 | 19 |
| Octal | 141 | 35 | 45 | 0 | 106 | 76 | 76 | 541 | 66 | 31 |
| Binary | 1100001 | 11101 | 100101 | 0 | 1000110 | 111110 | 111110 | 101100001 | 110110 | 11001 |
Color Harmonies of #611D25
Complementary color
Monochromatic Colors of #611D25
Black with #611D25
Text Example
Text Example
White with #611D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D25; }
p { color: rgb(97,29,37); }
H1.HeaderClassName
{
color: #611D25;
}
.AnyTagClassName
{
color: #611D25;
}
</style>
background-color css
<style>
a { background-color: #611D25; }
a { background-color: rgb(97,29,37); }
div.DivClassName
{
background-color: #611D25;
}
.BgClassName
{
background-color: #611D25;
}
</style>
border-color css
<style>
span { border-color: #611D25; }
span { border-color: rgb(97,29,37); }
td.TdClassName
{
border-color: #611D25;
}
.TagClassName
{
border-color: #611D25;
}
</style>