Shades of Pohutukawa #60041C
Tints of Pohutukawa #60041C
RGB
CMYK
RGB Variations
Color information
#60041C (or 0x60041C) is known color: Pohutukawa. HEX triplet: 60, 04 and 1C. RGB value is (96,4,28). Sum of RGB (Red+Green+Blue) = 96+4+28=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #60041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60041C is #9FFBE3. Grayscale: #222222. Windows color (decimal): -10484708 or 1836128. OLE color: 1836128.
HSL color Cylindrical-coordinate representation of color #60041C: hue angle of 344.35º 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 #60041C is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 4 | 28 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.62 |
| HSL | 344.35º | 0.92% | 0.2% | - |
| HSV(B) | 344.35º | 0.96% | 0.38% | - |
| XYZ | 5.08 | 2.66 | 1.34 | - |
| YUV | 34.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 28 | 0 | 0.96 | 0.71 | 0.62 | 344.35 | 0.92 | 0.2 |
| Hex | 60 | 4 | 1C | 0 | 60 | 47 | 3E | 158 | 5C | 14 |
| Octal | 140 | 4 | 34 | 0 | 140 | 107 | 76 | 530 | 134 | 24 |
| Binary | 1100000 | 100 | 11100 | 0 | 1100000 | 1000111 | 111110 | 101011000 | 1011100 | 10100 |
Color Harmonies of #60041C
Complementary color
Monochromatic Colors of #60041C
Black with #60041C
Text Example
Text Example
White with #60041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60041C; }
p { color: rgb(96,4,28); }
H1.HeaderClassName
{
color: #60041C;
}
.AnyTagClassName
{
color: #60041C;
}
</style>
background-color css
<style>
a { background-color: #60041C; }
a { background-color: rgb(96,4,28); }
div.DivClassName
{
background-color: #60041C;
}
.BgClassName
{
background-color: #60041C;
}
</style>
border-color css
<style>
span { border-color: #60041C; }
span { border-color: rgb(96,4,28); }
td.TdClassName
{
border-color: #60041C;
}
.TagClassName
{
border-color: #60041C;
}
</style>