Shades of Pohutukawa #61101E
Tints of Pohutukawa #61101E
RGB
CMYK
RGB Variations
Color information
#61101E (or 0x61101E) is known color: Pohutukawa. HEX triplet: 61, 10 and 1E. RGB value is (97,16,30). Sum of RGB (Red+Green+Blue) = 97+16+30=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #61101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61101E is #9EEFE1. Grayscale: #292929. Windows color (decimal): -10416098 or 1970273. OLE color: 1970273.
HSL color Cylindrical-coordinate representation of color #61101E: hue angle of 349.63º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #61101E is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 16 | 30 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.62 |
| HSL | 349.63º | 0.72% | 0.22% | - |
| HSV(B) | 349.63º | 0.84% | 0.38% | - |
| XYZ | 5.35 | 3.01 | 1.53 | - |
| YUV | 41.82 | 121.34 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 30 | 0 | 0.84 | 0.69 | 0.62 | 349.63 | 0.72 | 0.22 |
| Hex | 61 | 10 | 1E | 0 | 54 | 45 | 3E | 15E | 48 | 16 |
| Octal | 141 | 20 | 36 | 0 | 124 | 105 | 76 | 536 | 110 | 26 |
| Binary | 1100001 | 10000 | 11110 | 0 | 1010100 | 1000101 | 111110 | 101011110 | 1001000 | 10110 |
Color Harmonies of #61101E
Complementary color
Monochromatic Colors of #61101E
Black with #61101E
Text Example
Text Example
White with #61101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61101E; }
p { color: rgb(97,16,30); }
H1.HeaderClassName
{
color: #61101E;
}
.AnyTagClassName
{
color: #61101E;
}
</style>
background-color css
<style>
a { background-color: #61101E; }
a { background-color: rgb(97,16,30); }
div.DivClassName
{
background-color: #61101E;
}
.BgClassName
{
background-color: #61101E;
}
</style>
border-color css
<style>
span { border-color: #61101E; }
span { border-color: rgb(97,16,30); }
td.TdClassName
{
border-color: #61101E;
}
.TagClassName
{
border-color: #61101E;
}
</style>