Shades of Pohutukawa #61172B
Tints of Pohutukawa #61172B
RGB
CMYK
RGB Variations
Color information
#61172B (or 0x61172B) is known color: Pohutukawa. HEX triplet: 61, 17 and 2B. RGB value is (97,23,43). Sum of RGB (Red+Green+Blue) = 97+23+43=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61172B is #9EE8D4. Grayscale: #2F2F2F. Windows color (decimal): -10414293 or 2824033. OLE color: 2824033.
HSL color Cylindrical-coordinate representation of color #61172B: hue angle of 343.78º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61172B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 23 | 43 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.62 |
| HSL | 343.78º | 0.62% | 0.24% | - |
| HSV(B) | 343.78º | 0.76% | 0.38% | - |
| XYZ | 5.67 | 3.33 | 2.63 | - |
| YUV | 47.41 | 125.52 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 43 | 0 | 0.76 | 0.56 | 0.62 | 343.78 | 0.62 | 0.24 |
| Hex | 61 | 17 | 2B | 0 | 4C | 38 | 3E | 158 | 3E | 18 |
| Octal | 141 | 27 | 53 | 0 | 114 | 70 | 76 | 530 | 76 | 30 |
| Binary | 1100001 | 10111 | 101011 | 0 | 1001100 | 111000 | 111110 | 101011000 | 111110 | 11000 |
Color Harmonies of #61172B
Complementary color
Monochromatic Colors of #61172B
Black with #61172B
Text Example
Text Example
White with #61172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61172B; }
p { color: rgb(97,23,43); }
H1.HeaderClassName
{
color: #61172B;
}
.AnyTagClassName
{
color: #61172B;
}
</style>
background-color css
<style>
a { background-color: #61172B; }
a { background-color: rgb(97,23,43); }
div.DivClassName
{
background-color: #61172B;
}
.BgClassName
{
background-color: #61172B;
}
</style>
border-color css
<style>
span { border-color: #61172B; }
span { border-color: rgb(97,23,43); }
td.TdClassName
{
border-color: #61172B;
}
.TagClassName
{
border-color: #61172B;
}
</style>