Shades of Pohutukawa #610203
Tints of Pohutukawa #610203
RGB
CMYK
RGB Variations
Color information
#610203 (or 0x610203) is known color: Pohutukawa. HEX triplet: 61, 02 and 03. RGB value is (97,2,3). Sum of RGB (Red+Green+Blue) = 97+2+3=102 (13% of max value = 765). Red value is 97 (38.28% from 255 or 95.10% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 97 - color contains mainly: red. Hex color #610203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610203 is #9EFDFC. Grayscale: #1E1E1E. Windows color (decimal): -10419709 or 197217. OLE color: 197217.
HSL color Cylindrical-coordinate representation of color #610203: hue angle of 359.37º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610203 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 2 | 3 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.62 |
| HSL | 359.37º | 0.96% | 0.19% | - |
| HSV(B) | 359.37º | 0.98% | 0.38% | - |
| XYZ | 4.97 | 2.59 | 0.32 | - |
| YUV | 30.52 | 112.47 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 3 | 0 | 0.98 | 0.97 | 0.62 | 359.37 | 0.96 | 0.19 |
| Hex | 61 | 2 | 3 | 0 | 62 | 61 | 3E | 167 | 60 | 13 |
| Octal | 141 | 2 | 3 | 0 | 142 | 141 | 76 | 547 | 140 | 23 |
| Binary | 1100001 | 10 | 11 | 0 | 1100010 | 1100001 | 111110 | 101100111 | 1100000 | 10011 |
Color Harmonies of #610203
Complementary color
Monochromatic Colors of #610203
Black with #610203
Text Example
Text Example
White with #610203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610203; }
p { color: rgb(97,2,3); }
H1.HeaderClassName
{
color: #610203;
}
.AnyTagClassName
{
color: #610203;
}
</style>
background-color css
<style>
a { background-color: #610203; }
a { background-color: rgb(97,2,3); }
div.DivClassName
{
background-color: #610203;
}
.BgClassName
{
background-color: #610203;
}
</style>
border-color css
<style>
span { border-color: #610203; }
span { border-color: rgb(97,2,3); }
td.TdClassName
{
border-color: #610203;
}
.TagClassName
{
border-color: #610203;
}
</style>