Shades of Pohutukawa #610C23
Tints of Pohutukawa #610C23
RGB
CMYK
RGB Variations
Color information
#610C23 (or 0x610C23) is known color: Pohutukawa. HEX triplet: 61, 0C and 23. RGB value is (97,12,35). Sum of RGB (Red+Green+Blue) = 97+12+35=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #610C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C23 is #9EF3DC. Grayscale: #282828. Windows color (decimal): -10417117 or 2296929. OLE color: 2296929.
HSL color Cylindrical-coordinate representation of color #610C23: hue angle of 343.76º 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 #610C23 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 35 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.62 |
| HSL | 343.76º | 0.78% | 0.21% | - |
| HSV(B) | 343.76º | 0.88% | 0.38% | - |
| XYZ | 5.36 | 2.93 | 1.87 | - |
| YUV | 40.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 35 | 0 | 0.88 | 0.64 | 0.62 | 343.76 | 0.78 | 0.21 |
| Hex | 61 | C | 23 | 0 | 58 | 40 | 3E | 158 | 4E | 15 |
| Octal | 141 | 14 | 43 | 0 | 130 | 100 | 76 | 530 | 116 | 25 |
| Binary | 1100001 | 1100 | 100011 | 0 | 1011000 | 1000000 | 111110 | 101011000 | 1001110 | 10101 |
Color Harmonies of #610C23
Complementary color
Monochromatic Colors of #610C23
Black with #610C23
Text Example
Text Example
White with #610C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C23; }
p { color: rgb(97,12,35); }
H1.HeaderClassName
{
color: #610C23;
}
.AnyTagClassName
{
color: #610C23;
}
</style>
background-color css
<style>
a { background-color: #610C23; }
a { background-color: rgb(97,12,35); }
div.DivClassName
{
background-color: #610C23;
}
.BgClassName
{
background-color: #610C23;
}
</style>
border-color css
<style>
span { border-color: #610C23; }
span { border-color: rgb(97,12,35); }
td.TdClassName
{
border-color: #610C23;
}
.TagClassName
{
border-color: #610C23;
}
</style>