Shades of Pohutukawa #611B24
Tints of Pohutukawa #611B24
RGB
CMYK
RGB Variations
Color information
#611B24 (or 0x611B24) is known color: Pohutukawa. HEX triplet: 61, 1B and 24. RGB value is (97,27,36). Sum of RGB (Red+Green+Blue) = 97+27+36=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #611B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B24 is #9EE4DB. Grayscale: #303030. Windows color (decimal): -10413276 or 2366305. OLE color: 2366305.
HSL color Cylindrical-coordinate representation of color #611B24: hue angle of 352.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B24 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 27 | 36 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.62 |
| HSL | 352.29º | 0.56% | 0.24% | - |
| HSV(B) | 352.29º | 0.72% | 0.38% | - |
| XYZ | 5.64 | 3.45 | 2.04 | - |
| YUV | 48.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 36 | 0 | 0.72 | 0.63 | 0.62 | 352.29 | 0.56 | 0.24 |
| Hex | 61 | 1B | 24 | 0 | 48 | 3F | 3E | 160 | 38 | 18 |
| Octal | 141 | 33 | 44 | 0 | 110 | 77 | 76 | 540 | 70 | 30 |
| Binary | 1100001 | 11011 | 100100 | 0 | 1001000 | 111111 | 111110 | 101100000 | 111000 | 11000 |
Color Harmonies of #611B24
Complementary color
Monochromatic Colors of #611B24
Black with #611B24
Text Example
Text Example
White with #611B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B24; }
p { color: rgb(97,27,36); }
H1.HeaderClassName
{
color: #611B24;
}
.AnyTagClassName
{
color: #611B24;
}
</style>
background-color css
<style>
a { background-color: #611B24; }
a { background-color: rgb(97,27,36); }
div.DivClassName
{
background-color: #611B24;
}
.BgClassName
{
background-color: #611B24;
}
</style>
border-color css
<style>
span { border-color: #611B24; }
span { border-color: rgb(97,27,36); }
td.TdClassName
{
border-color: #611B24;
}
.TagClassName
{
border-color: #611B24;
}
</style>