Shades of Pohutukawa #61182D
Tints of Pohutukawa #61182D
RGB
CMYK
RGB Variations
Color information
#61182D (or 0x61182D) is known color: Pohutukawa. HEX triplet: 61, 18 and 2D. RGB value is (97,24,45). Sum of RGB (Red+Green+Blue) = 97+24+45=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61182D is #9EE7D2. Grayscale: #303030. Windows color (decimal): -10414035 or 2955361. OLE color: 2955361.
HSL color Cylindrical-coordinate representation of color #61182D: hue angle of 342.74º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61182D is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 24 | 45 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.62 |
| HSL | 342.74º | 0.6% | 0.24% | - |
| HSV(B) | 342.74º | 0.75% | 0.38% | - |
| XYZ | 5.73 | 3.38 | 2.83 | - |
| YUV | 48.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 24 | 45 | 0 | 0.75 | 0.54 | 0.62 | 342.74 | 0.6 | 0.24 |
| Hex | 61 | 18 | 2D | 0 | 4B | 36 | 3E | 157 | 3C | 18 |
| Octal | 141 | 30 | 55 | 0 | 113 | 66 | 76 | 527 | 74 | 30 |
| Binary | 1100001 | 11000 | 101101 | 0 | 1001011 | 110110 | 111110 | 101010111 | 111100 | 11000 |
Color Harmonies of #61182D
Complementary color
Monochromatic Colors of #61182D
Black with #61182D
Text Example
Text Example
White with #61182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61182D; }
p { color: rgb(97,24,45); }
H1.HeaderClassName
{
color: #61182D;
}
.AnyTagClassName
{
color: #61182D;
}
</style>
background-color css
<style>
a { background-color: #61182D; }
a { background-color: rgb(97,24,45); }
div.DivClassName
{
background-color: #61182D;
}
.BgClassName
{
background-color: #61182D;
}
</style>
border-color css
<style>
span { border-color: #61182D; }
span { border-color: rgb(97,24,45); }
td.TdClassName
{
border-color: #61182D;
}
.TagClassName
{
border-color: #61182D;
}
</style>