Shades of Pohutukawa #60041B
Tints of Pohutukawa #60041B
RGB
CMYK
RGB Variations
Color information
#60041B (or 0x60041B) is known color: Pohutukawa. HEX triplet: 60, 04 and 1B. RGB value is (96,4,27). Sum of RGB (Red+Green+Blue) = 96+4+27=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #60041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60041B is #9FFBE4. Grayscale: #222222. Windows color (decimal): -10484709 or 1770592. OLE color: 1770592.
HSL color Cylindrical-coordinate representation of color #60041B: hue angle of 345º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60041B is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 27 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.62 |
| HSL | 345º | 0.92% | 0.2% | - |
| HSV(B) | 345º | 0.96% | 0.38% | - |
| XYZ | 5.07 | 2.65 | 1.28 | - |
| YUV | 34.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 27 | 0 | 0.96 | 0.72 | 0.62 | 345 | 0.92 | 0.2 |
| Hex | 60 | 4 | 1B | 0 | 60 | 48 | 3E | 159 | 5C | 14 |
| Octal | 140 | 4 | 33 | 0 | 140 | 110 | 76 | 531 | 134 | 24 |
| Binary | 1100000 | 100 | 11011 | 0 | 1100000 | 1001000 | 111110 | 101011001 | 1011100 | 10100 |
Color Harmonies of #60041B
Complementary color
Monochromatic Colors of #60041B
Black with #60041B
Text Example
Text Example
White with #60041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60041B; }
p { color: rgb(96,4,27); }
H1.HeaderClassName
{
color: #60041B;
}
.AnyTagClassName
{
color: #60041B;
}
</style>
background-color css
<style>
a { background-color: #60041B; }
a { background-color: rgb(96,4,27); }
div.DivClassName
{
background-color: #60041B;
}
.BgClassName
{
background-color: #60041B;
}
</style>
border-color css
<style>
span { border-color: #60041B; }
span { border-color: rgb(96,4,27); }
td.TdClassName
{
border-color: #60041B;
}
.TagClassName
{
border-color: #60041B;
}
</style>