Shades of Pohutukawa #610C1B
Tints of Pohutukawa #610C1B
RGB
CMYK
RGB Variations
Color information
#610C1B (or 0x610C1B) is known color: Pohutukawa. HEX triplet: 61, 0C and 1B. RGB value is (97,12,27). Sum of RGB (Red+Green+Blue) = 97+12+27=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #610C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C1B is #9EF3E4. Grayscale: #272727. Windows color (decimal): -10417125 or 1772641. OLE color: 1772641.
HSL color Cylindrical-coordinate representation of color #610C1B: hue angle of 349.41º 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 #610C1B is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 12 | 27 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.62 |
| HSL | 349.41º | 0.78% | 0.21% | - |
| HSV(B) | 349.41º | 0.88% | 0.38% | - |
| XYZ | 5.26 | 2.88 | 1.32 | - |
| YUV | 39.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 27 | 0 | 0.88 | 0.72 | 0.62 | 349.41 | 0.78 | 0.21 |
| Hex | 61 | C | 1B | 0 | 58 | 48 | 3E | 15D | 4E | 15 |
| Octal | 141 | 14 | 33 | 0 | 130 | 110 | 76 | 535 | 116 | 25 |
| Binary | 1100001 | 1100 | 11011 | 0 | 1011000 | 1001000 | 111110 | 101011101 | 1001110 | 10101 |
Color Harmonies of #610C1B
Complementary color
Monochromatic Colors of #610C1B
Black with #610C1B
Text Example
Text Example
White with #610C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610C1B; }
p { color: rgb(97,12,27); }
H1.HeaderClassName
{
color: #610C1B;
}
.AnyTagClassName
{
color: #610C1B;
}
</style>
background-color css
<style>
a { background-color: #610C1B; }
a { background-color: rgb(97,12,27); }
div.DivClassName
{
background-color: #610C1B;
}
.BgClassName
{
background-color: #610C1B;
}
</style>
border-color css
<style>
span { border-color: #610C1B; }
span { border-color: rgb(97,12,27); }
td.TdClassName
{
border-color: #610C1B;
}
.TagClassName
{
border-color: #610C1B;
}
</style>