Shades of Pohutukawa #610102
Tints of Pohutukawa #610102
RGB
CMYK
RGB Variations
Color information
#610102 (or 0x610102) is known color: Pohutukawa. HEX triplet: 61, 01 and 02. RGB value is (97,1,2). Sum of RGB (Red+Green+Blue) = 97+1+2=100 (13% of max value = 765). Red value is 97 (38.28% from 255 or 97% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 97 - color contains mainly: red. Hex color #610102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610102 is #9EFEFD. Grayscale: #1D1D1D. Windows color (decimal): -10419966 or 131425. OLE color: 131425.
HSL color Cylindrical-coordinate representation of color #610102: hue angle of 359.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.62 |
| HSL | 359.38º | 0.98% | 0.19% | - |
| HSV(B) | 359.38º | 0.99% | 0.38% | - |
| XYZ | 4.95 | 2.57 | 0.29 | - |
| YUV | 29.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 2 | 0 | 0.99 | 0.98 | 0.62 | 359.38 | 0.98 | 0.19 |
| Hex | 61 | 1 | 2 | 0 | 63 | 62 | 3E | 167 | 62 | 13 |
| Octal | 141 | 1 | 2 | 0 | 143 | 142 | 76 | 547 | 142 | 23 |
| Binary | 1100001 | 1 | 10 | 0 | 1100011 | 1100010 | 111110 | 101100111 | 1100010 | 10011 |
Color Harmonies of #610102
Complementary color
Monochromatic Colors of #610102
Black with #610102
Text Example
Text Example
White with #610102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610102; }
p { color: rgb(97,1,2); }
H1.HeaderClassName
{
color: #610102;
}
.AnyTagClassName
{
color: #610102;
}
</style>
background-color css
<style>
a { background-color: #610102; }
a { background-color: rgb(97,1,2); }
div.DivClassName
{
background-color: #610102;
}
.BgClassName
{
background-color: #610102;
}
</style>
border-color css
<style>
span { border-color: #610102; }
span { border-color: rgb(97,1,2); }
td.TdClassName
{
border-color: #610102;
}
.TagClassName
{
border-color: #610102;
}
</style>