Shades of Pohutukawa #61102D
Tints of Pohutukawa #61102D
RGB
CMYK
RGB Variations
Color information
#61102D (or 0x61102D) is known color: Pohutukawa. HEX triplet: 61, 10 and 2D. RGB value is (97,16,45). Sum of RGB (Red+Green+Blue) = 97+16+45=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61102D is #9EEFD2. Grayscale: #2B2B2B. Windows color (decimal): -10416083 or 2953313. OLE color: 2953313.
HSL color Cylindrical-coordinate representation of color #61102D: hue angle of 338.52º 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 #61102D is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 16 | 45 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.62 |
| HSL | 338.52º | 0.72% | 0.22% | - |
| HSV(B) | 338.52º | 0.84% | 0.38% | - |
| XYZ | 5.59 | 3.1 | 2.79 | - |
| YUV | 43.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 45 | 0 | 0.84 | 0.54 | 0.62 | 338.52 | 0.72 | 0.22 |
| Hex | 61 | 10 | 2D | 0 | 54 | 36 | 3E | 153 | 48 | 16 |
| Octal | 141 | 20 | 55 | 0 | 124 | 66 | 76 | 523 | 110 | 26 |
| Binary | 1100001 | 10000 | 101101 | 0 | 1010100 | 110110 | 111110 | 101010011 | 1001000 | 10110 |
Color Harmonies of #61102D
Complementary color
Monochromatic Colors of #61102D
Black with #61102D
Text Example
Text Example
White with #61102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61102D; }
p { color: rgb(97,16,45); }
H1.HeaderClassName
{
color: #61102D;
}
.AnyTagClassName
{
color: #61102D;
}
</style>
background-color css
<style>
a { background-color: #61102D; }
a { background-color: rgb(97,16,45); }
div.DivClassName
{
background-color: #61102D;
}
.BgClassName
{
background-color: #61102D;
}
</style>
border-color css
<style>
span { border-color: #61102D; }
span { border-color: rgb(97,16,45); }
td.TdClassName
{
border-color: #61102D;
}
.TagClassName
{
border-color: #61102D;
}
</style>