Shades of Pohutukawa #61132F
Tints of Pohutukawa #61132F
RGB
CMYK
RGB Variations
Color information
#61132F (or 0x61132F) is known color: Pohutukawa. HEX triplet: 61, 13 and 2F. RGB value is (97,19,47). Sum of RGB (Red+Green+Blue) = 97+19+47=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61132F is #9EECD0. Grayscale: #2D2D2D. Windows color (decimal): -10415313 or 3085153. OLE color: 3085153.
HSL color Cylindrical-coordinate representation of color #61132F: hue angle of 338.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61132F is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 19 | 47 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.62 |
| HSL | 338.46º | 0.67% | 0.23% | - |
| HSV(B) | 338.46º | 0.8% | 0.38% | - |
| XYZ | 5.68 | 3.21 | 3.01 | - |
| YUV | 45.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 47 | 0 | 0.80 | 0.52 | 0.62 | 338.46 | 0.67 | 0.23 |
| Hex | 61 | 13 | 2F | 0 | 50 | 34 | 3E | 152 | 43 | 17 |
| Octal | 141 | 23 | 57 | 0 | 120 | 64 | 76 | 522 | 103 | 27 |
| Binary | 1100001 | 10011 | 101111 | 0 | 1010000 | 110100 | 111110 | 101010010 | 1000011 | 10111 |
Color Harmonies of #61132F
Complementary color
Monochromatic Colors of #61132F
Black with #61132F
Text Example
Text Example
White with #61132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61132F; }
p { color: rgb(97,19,47); }
H1.HeaderClassName
{
color: #61132F;
}
.AnyTagClassName
{
color: #61132F;
}
</style>
background-color css
<style>
a { background-color: #61132F; }
a { background-color: rgb(97,19,47); }
div.DivClassName
{
background-color: #61132F;
}
.BgClassName
{
background-color: #61132F;
}
</style>
border-color css
<style>
span { border-color: #61132F; }
span { border-color: rgb(97,19,47); }
td.TdClassName
{
border-color: #61132F;
}
.TagClassName
{
border-color: #61132F;
}
</style>