Shades of Pohutukawa #610C2B
Tints of Pohutukawa #610C2B
RGB
CMYK
RGB Variations
Color information
#610C2B (or 0x610C2B) is known color: Pohutukawa. HEX triplet: 61, 0C and 2B. RGB value is (97,12,43). Sum of RGB (Red+Green+Blue) = 97+12+43=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #610C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C2B is #9EF3D4. Grayscale: #282828. Windows color (decimal): -10417109 or 2821217. OLE color: 2821217.
HSL color Cylindrical-coordinate representation of color #610C2B: hue angle of 338.12º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C2B is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 43 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.62 |
| HSL | 338.12º | 0.78% | 0.21% | - |
| HSV(B) | 338.12º | 0.88% | 0.38% | - |
| XYZ | 5.5 | 2.98 | 2.57 | - |
| YUV | 40.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 43 | 0 | 0.88 | 0.56 | 0.62 | 338.12 | 0.78 | 0.21 |
| Hex | 61 | C | 2B | 0 | 58 | 38 | 3E | 152 | 4E | 15 |
| Octal | 141 | 14 | 53 | 0 | 130 | 70 | 76 | 522 | 116 | 25 |
| Binary | 1100001 | 1100 | 101011 | 0 | 1011000 | 111000 | 111110 | 101010010 | 1001110 | 10101 |
Color Harmonies of #610C2B
Complementary color
Monochromatic Colors of #610C2B
Black with #610C2B
Text Example
Text Example
White with #610C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C2B; }
p { color: rgb(97,12,43); }
H1.HeaderClassName
{
color: #610C2B;
}
.AnyTagClassName
{
color: #610C2B;
}
</style>
background-color css
<style>
a { background-color: #610C2B; }
a { background-color: rgb(97,12,43); }
div.DivClassName
{
background-color: #610C2B;
}
.BgClassName
{
background-color: #610C2B;
}
</style>
border-color css
<style>
span { border-color: #610C2B; }
span { border-color: rgb(97,12,43); }
td.TdClassName
{
border-color: #610C2B;
}
.TagClassName
{
border-color: #610C2B;
}
</style>