Shades of Pohutukawa #60181E
Tints of Pohutukawa #60181E
RGB
CMYK
RGB Variations
Color information
#60181E (or 0x60181E) is known color: Pohutukawa. HEX triplet: 60, 18 and 1E. RGB value is (96,24,30). Sum of RGB (Red+Green+Blue) = 96+24+30=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #60181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60181E is #9FE7E1. Grayscale: #2E2E2E. Windows color (decimal): -10479586 or 1972320. OLE color: 1972320.
HSL color Cylindrical-coordinate representation of color #60181E: hue angle of 355º 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 #60181E is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 24 | 30 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.62 |
| HSL | 355º | 0.6% | 0.24% | - |
| HSV(B) | 355º | 0.75% | 0.38% | - |
| XYZ | 5.38 | 3.23 | 1.57 | - |
| YUV | 46.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 30 | 0 | 0.75 | 0.69 | 0.62 | 355 | 0.6 | 0.24 |
| Hex | 60 | 18 | 1E | 0 | 4B | 45 | 3E | 163 | 3C | 18 |
| Octal | 140 | 30 | 36 | 0 | 113 | 105 | 76 | 543 | 74 | 30 |
| Binary | 1100000 | 11000 | 11110 | 0 | 1001011 | 1000101 | 111110 | 101100011 | 111100 | 11000 |
Color Harmonies of #60181E
Complementary color
Monochromatic Colors of #60181E
Black with #60181E
Text Example
Text Example
White with #60181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60181E; }
p { color: rgb(96,24,30); }
H1.HeaderClassName
{
color: #60181E;
}
.AnyTagClassName
{
color: #60181E;
}
</style>
background-color css
<style>
a { background-color: #60181E; }
a { background-color: rgb(96,24,30); }
div.DivClassName
{
background-color: #60181E;
}
.BgClassName
{
background-color: #60181E;
}
</style>
border-color css
<style>
span { border-color: #60181E; }
span { border-color: rgb(96,24,30); }
td.TdClassName
{
border-color: #60181E;
}
.TagClassName
{
border-color: #60181E;
}
</style>