Shades of Pohutukawa #60182F
Tints of Pohutukawa #60182F
RGB
CMYK
RGB Variations
Color information
#60182F (or 0x60182F) is known color: Pohutukawa. HEX triplet: 60, 18 and 2F. RGB value is (96,24,47). Sum of RGB (Red+Green+Blue) = 96+24+47=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #60182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60182F is #9FE7D0. Grayscale: #303030. Windows color (decimal): -10479569 or 3086432. OLE color: 3086432.
HSL color Cylindrical-coordinate representation of color #60182F: hue angle of 340.83º 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 #60182F is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 24 | 47 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.62 |
| HSL | 340.83º | 0.6% | 0.24% | - |
| HSV(B) | 340.83º | 0.75% | 0.38% | - |
| XYZ | 5.66 | 3.35 | 3.04 | - |
| YUV | 48.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 47 | 0 | 0.75 | 0.51 | 0.62 | 340.83 | 0.6 | 0.24 |
| Hex | 60 | 18 | 2F | 0 | 4B | 33 | 3E | 155 | 3C | 18 |
| Octal | 140 | 30 | 57 | 0 | 113 | 63 | 76 | 525 | 74 | 30 |
| Binary | 1100000 | 11000 | 101111 | 0 | 1001011 | 110011 | 111110 | 101010101 | 111100 | 11000 |
Color Harmonies of #60182F
Complementary color
Monochromatic Colors of #60182F
Black with #60182F
Text Example
Text Example
White with #60182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60182F; }
p { color: rgb(96,24,47); }
H1.HeaderClassName
{
color: #60182F;
}
.AnyTagClassName
{
color: #60182F;
}
</style>
background-color css
<style>
a { background-color: #60182F; }
a { background-color: rgb(96,24,47); }
div.DivClassName
{
background-color: #60182F;
}
.BgClassName
{
background-color: #60182F;
}
</style>
border-color css
<style>
span { border-color: #60182F; }
span { border-color: rgb(96,24,47); }
td.TdClassName
{
border-color: #60182F;
}
.TagClassName
{
border-color: #60182F;
}
</style>