Shades of Pohutukawa #61132B
Tints of Pohutukawa #61132B
RGB
CMYK
RGB Variations
Color information
#61132B (or 0x61132B) is known color: Pohutukawa. HEX triplet: 61, 13 and 2B. RGB value is (97,19,43). Sum of RGB (Red+Green+Blue) = 97+19+43=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61132B is #9EECD4. Grayscale: #2D2D2D. Windows color (decimal): -10415317 or 2823009. OLE color: 2823009.
HSL color Cylindrical-coordinate representation of color #61132B: hue angle of 341.54º 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 #61132B is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 19 | 43 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.62 |
| HSL | 341.54º | 0.67% | 0.23% | - |
| HSV(B) | 341.54º | 0.8% | 0.38% | - |
| XYZ | 5.6 | 3.18 | 2.6 | - |
| YUV | 45.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 43 | 0 | 0.80 | 0.56 | 0.62 | 341.54 | 0.67 | 0.23 |
| Hex | 61 | 13 | 2B | 0 | 50 | 38 | 3E | 156 | 43 | 17 |
| Octal | 141 | 23 | 53 | 0 | 120 | 70 | 76 | 526 | 103 | 27 |
| Binary | 1100001 | 10011 | 101011 | 0 | 1010000 | 111000 | 111110 | 101010110 | 1000011 | 10111 |
Color Harmonies of #61132B
Complementary color
Monochromatic Colors of #61132B
Black with #61132B
Text Example
Text Example
White with #61132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61132B; }
p { color: rgb(97,19,43); }
H1.HeaderClassName
{
color: #61132B;
}
.AnyTagClassName
{
color: #61132B;
}
</style>
background-color css
<style>
a { background-color: #61132B; }
a { background-color: rgb(97,19,43); }
div.DivClassName
{
background-color: #61132B;
}
.BgClassName
{
background-color: #61132B;
}
</style>
border-color css
<style>
span { border-color: #61132B; }
span { border-color: rgb(97,19,43); }
td.TdClassName
{
border-color: #61132B;
}
.TagClassName
{
border-color: #61132B;
}
</style>