Shades of Pohutukawa #611A24
Tints of Pohutukawa #611A24
RGB
CMYK
RGB Variations
Color information
#611A24 (or 0x611A24) is known color: Pohutukawa. HEX triplet: 61, 1A and 24. RGB value is (97,26,36). Sum of RGB (Red+Green+Blue) = 97+26+36=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #611A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A24 is #9EE5DB. Grayscale: #303030. Windows color (decimal): -10413532 or 2366049. OLE color: 2366049.
HSL color Cylindrical-coordinate representation of color #611A24: hue angle of 351.55º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A24 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 36 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.62 |
| HSL | 351.55º | 0.58% | 0.24% | - |
| HSV(B) | 351.55º | 0.73% | 0.38% | - |
| XYZ | 5.62 | 3.41 | 2.03 | - |
| YUV | 48.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 36 | 0 | 0.73 | 0.63 | 0.62 | 351.55 | 0.58 | 0.24 |
| Hex | 61 | 1A | 24 | 0 | 49 | 3F | 3E | 160 | 3A | 18 |
| Octal | 141 | 32 | 44 | 0 | 111 | 77 | 76 | 540 | 72 | 30 |
| Binary | 1100001 | 11010 | 100100 | 0 | 1001001 | 111111 | 111110 | 101100000 | 111010 | 11000 |
Color Harmonies of #611A24
Complementary color
Monochromatic Colors of #611A24
Black with #611A24
Text Example
Text Example
White with #611A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A24; }
p { color: rgb(97,26,36); }
H1.HeaderClassName
{
color: #611A24;
}
.AnyTagClassName
{
color: #611A24;
}
</style>
background-color css
<style>
a { background-color: #611A24; }
a { background-color: rgb(97,26,36); }
div.DivClassName
{
background-color: #611A24;
}
.BgClassName
{
background-color: #611A24;
}
</style>
border-color css
<style>
span { border-color: #611A24; }
span { border-color: rgb(97,26,36); }
td.TdClassName
{
border-color: #611A24;
}
.TagClassName
{
border-color: #611A24;
}
</style>