Shades of Pohutukawa #61191F
Tints of Pohutukawa #61191F
RGB
CMYK
RGB Variations
Color information
#61191F (or 0x61191F) is known color: Pohutukawa. HEX triplet: 61, 19 and 1F. RGB value is (97,25,31). Sum of RGB (Red+Green+Blue) = 97+25+31=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #61191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61191F is #9EE6E0. Grayscale: #2F2F2F. Windows color (decimal): -10413793 or 2038113. OLE color: 2038113.
HSL color Cylindrical-coordinate representation of color #61191F: hue angle of 355º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61191F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 25 | 31 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.62 |
| HSL | 355º | 0.59% | 0.24% | - |
| HSV(B) | 355º | 0.74% | 0.38% | - |
| XYZ | 5.52 | 3.34 | 1.65 | - |
| YUV | 47.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 31 | 0 | 0.74 | 0.68 | 0.62 | 355 | 0.59 | 0.24 |
| Hex | 61 | 19 | 1F | 0 | 4A | 44 | 3E | 163 | 3B | 18 |
| Octal | 141 | 31 | 37 | 0 | 112 | 104 | 76 | 543 | 73 | 30 |
| Binary | 1100001 | 11001 | 11111 | 0 | 1001010 | 1000100 | 111110 | 101100011 | 111011 | 11000 |
Color Harmonies of #61191F
Complementary color
Monochromatic Colors of #61191F
Black with #61191F
Text Example
Text Example
White with #61191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61191F; }
p { color: rgb(97,25,31); }
H1.HeaderClassName
{
color: #61191F;
}
.AnyTagClassName
{
color: #61191F;
}
</style>
background-color css
<style>
a { background-color: #61191F; }
a { background-color: rgb(97,25,31); }
div.DivClassName
{
background-color: #61191F;
}
.BgClassName
{
background-color: #61191F;
}
</style>
border-color css
<style>
span { border-color: #61191F; }
span { border-color: rgb(97,25,31); }
td.TdClassName
{
border-color: #61191F;
}
.TagClassName
{
border-color: #61191F;
}
</style>