Shades of Pohutukawa #60081F
Tints of Pohutukawa #60081F
RGB
CMYK
RGB Variations
Color information
#60081F (or 0x60081F) is known color: Pohutukawa. HEX triplet: 60, 08 and 1F. RGB value is (96,8,31). Sum of RGB (Red+Green+Blue) = 96+8+31=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #60081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60081F is #9FF7E0. Grayscale: #242424. Windows color (decimal): -10483681 or 2033760. OLE color: 2033760.
HSL color Cylindrical-coordinate representation of color #60081F: hue angle of 344.32º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60081F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 8 | 31 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.62 |
| HSL | 344.32º | 0.85% | 0.2% | - |
| HSV(B) | 344.32º | 0.92% | 0.38% | - |
| XYZ | 5.16 | 2.76 | 1.56 | - |
| YUV | 36.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 31 | 0 | 0.92 | 0.68 | 0.62 | 344.32 | 0.85 | 0.2 |
| Hex | 60 | 8 | 1F | 0 | 5C | 44 | 3E | 158 | 55 | 14 |
| Octal | 140 | 10 | 37 | 0 | 134 | 104 | 76 | 530 | 125 | 24 |
| Binary | 1100000 | 1000 | 11111 | 0 | 1011100 | 1000100 | 111110 | 101011000 | 1010101 | 10100 |
Color Harmonies of #60081F
Complementary color
Monochromatic Colors of #60081F
Black with #60081F
Text Example
Text Example
White with #60081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60081F; }
p { color: rgb(96,8,31); }
H1.HeaderClassName
{
color: #60081F;
}
.AnyTagClassName
{
color: #60081F;
}
</style>
background-color css
<style>
a { background-color: #60081F; }
a { background-color: rgb(96,8,31); }
div.DivClassName
{
background-color: #60081F;
}
.BgClassName
{
background-color: #60081F;
}
</style>
border-color css
<style>
span { border-color: #60081F; }
span { border-color: rgb(96,8,31); }
td.TdClassName
{
border-color: #60081F;
}
.TagClassName
{
border-color: #60081F;
}
</style>