Shades of Pohutukawa #61031F
Tints of Pohutukawa #61031F
RGB
CMYK
RGB Variations
Color information
#61031F (or 0x61031F) is known color: Pohutukawa. HEX triplet: 61, 03 and 1F. RGB value is (97,3,31). Sum of RGB (Red+Green+Blue) = 97+3+31=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #61031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61031F is #9EFCE0. Grayscale: #222222. Windows color (decimal): -10419425 or 2032481. OLE color: 2032481.
HSL color Cylindrical-coordinate representation of color #61031F: hue angle of 342.13º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61031F is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 3 | 31 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.62 |
| HSL | 342.13º | 0.94% | 0.2% | - |
| HSV(B) | 342.13º | 0.97% | 0.38% | - |
| XYZ | 5.21 | 2.71 | 1.54 | - |
| YUV | 34.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 31 | 0 | 0.97 | 0.68 | 0.62 | 342.13 | 0.94 | 0.2 |
| Hex | 61 | 3 | 1F | 0 | 61 | 44 | 3E | 156 | 5E | 14 |
| Octal | 141 | 3 | 37 | 0 | 141 | 104 | 76 | 526 | 136 | 24 |
| Binary | 1100001 | 11 | 11111 | 0 | 1100001 | 1000100 | 111110 | 101010110 | 1011110 | 10100 |
Color Harmonies of #61031F
Complementary color
Monochromatic Colors of #61031F
Black with #61031F
Text Example
Text Example
White with #61031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61031F; }
p { color: rgb(97,3,31); }
H1.HeaderClassName
{
color: #61031F;
}
.AnyTagClassName
{
color: #61031F;
}
</style>
background-color css
<style>
a { background-color: #61031F; }
a { background-color: rgb(97,3,31); }
div.DivClassName
{
background-color: #61031F;
}
.BgClassName
{
background-color: #61031F;
}
</style>
border-color css
<style>
span { border-color: #61031F; }
span { border-color: rgb(97,3,31); }
td.TdClassName
{
border-color: #61031F;
}
.TagClassName
{
border-color: #61031F;
}
</style>