Shades of Pohutukawa #61102C
Tints of Pohutukawa #61102C
RGB
CMYK
RGB Variations
Color information
#61102C (or 0x61102C) is known color: Pohutukawa. HEX triplet: 61, 10 and 2C. RGB value is (97,16,44). Sum of RGB (Red+Green+Blue) = 97+16+44=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #61102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61102C is #9EEFD3. Grayscale: #2B2B2B. Windows color (decimal): -10416084 or 2887777. OLE color: 2887777.
HSL color Cylindrical-coordinate representation of color #61102C: hue angle of 339.26º 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 #61102C is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 16 | 44 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.62 |
| HSL | 339.26º | 0.72% | 0.22% | - |
| HSV(B) | 339.26º | 0.84% | 0.38% | - |
| XYZ | 5.57 | 3.09 | 2.69 | - |
| YUV | 43.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 44 | 0 | 0.84 | 0.55 | 0.62 | 339.26 | 0.72 | 0.22 |
| Hex | 61 | 10 | 2C | 0 | 54 | 37 | 3E | 153 | 48 | 16 |
| Octal | 141 | 20 | 54 | 0 | 124 | 67 | 76 | 523 | 110 | 26 |
| Binary | 1100001 | 10000 | 101100 | 0 | 1010100 | 110111 | 111110 | 101010011 | 1001000 | 10110 |
Color Harmonies of #61102C
Complementary color
Monochromatic Colors of #61102C
Black with #61102C
Text Example
Text Example
White with #61102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61102C; }
p { color: rgb(97,16,44); }
H1.HeaderClassName
{
color: #61102C;
}
.AnyTagClassName
{
color: #61102C;
}
</style>
background-color css
<style>
a { background-color: #61102C; }
a { background-color: rgb(97,16,44); }
div.DivClassName
{
background-color: #61102C;
}
.BgClassName
{
background-color: #61102C;
}
</style>
border-color css
<style>
span { border-color: #61102C; }
span { border-color: rgb(97,16,44); }
td.TdClassName
{
border-color: #61102C;
}
.TagClassName
{
border-color: #61102C;
}
</style>