Shades of Pohutukawa #61131B
Tints of Pohutukawa #61131B
RGB
CMYK
RGB Variations
Color information
#61131B (or 0x61131B) is known color: Pohutukawa. HEX triplet: 61, 13 and 1B. RGB value is (97,19,27). Sum of RGB (Red+Green+Blue) = 97+19+27=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #61131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61131B is #9EECE4. Grayscale: #2B2B2B. Windows color (decimal): -10415333 or 1774433. OLE color: 1774433.
HSL color Cylindrical-coordinate representation of color #61131B: hue angle of 353.85º 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 #61131B is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 19 | 27 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.62 |
| HSL | 353.85º | 0.67% | 0.23% | - |
| HSV(B) | 353.85º | 0.8% | 0.38% | - |
| XYZ | 5.36 | 3.09 | 1.35 | - |
| YUV | 43.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 27 | 0 | 0.80 | 0.72 | 0.62 | 353.85 | 0.67 | 0.23 |
| Hex | 61 | 13 | 1B | 0 | 50 | 48 | 3E | 162 | 43 | 17 |
| Octal | 141 | 23 | 33 | 0 | 120 | 110 | 76 | 542 | 103 | 27 |
| Binary | 1100001 | 10011 | 11011 | 0 | 1010000 | 1001000 | 111110 | 101100010 | 1000011 | 10111 |
Color Harmonies of #61131B
Complementary color
Monochromatic Colors of #61131B
Black with #61131B
Text Example
Text Example
White with #61131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61131B; }
p { color: rgb(97,19,27); }
H1.HeaderClassName
{
color: #61131B;
}
.AnyTagClassName
{
color: #61131B;
}
</style>
background-color css
<style>
a { background-color: #61131B; }
a { background-color: rgb(97,19,27); }
div.DivClassName
{
background-color: #61131B;
}
.BgClassName
{
background-color: #61131B;
}
</style>
border-color css
<style>
span { border-color: #61131B; }
span { border-color: rgb(97,19,27); }
td.TdClassName
{
border-color: #61131B;
}
.TagClassName
{
border-color: #61131B;
}
</style>