Shades of Pohutukawa #60131C
Tints of Pohutukawa #60131C
RGB
CMYK
RGB Variations
Color information
#60131C (or 0x60131C) is known color: Pohutukawa. HEX triplet: 60, 13 and 1C. RGB value is (96,19,28). Sum of RGB (Red+Green+Blue) = 96+19+28=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #60131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60131C is #9FECE3. Grayscale: #2B2B2B. Windows color (decimal): -10480868 or 1839968. OLE color: 1839968.
HSL color Cylindrical-coordinate representation of color #60131C: hue angle of 352.99º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60131C is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 28 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.62 |
| HSL | 352.99º | 0.67% | 0.23% | - |
| HSV(B) | 352.99º | 0.8% | 0.38% | - |
| XYZ | 5.27 | 3.04 | 1.41 | - |
| YUV | 43.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 28 | 0 | 0.80 | 0.71 | 0.62 | 352.99 | 0.67 | 0.23 |
| Hex | 60 | 13 | 1C | 0 | 50 | 47 | 3E | 161 | 43 | 17 |
| Octal | 140 | 23 | 34 | 0 | 120 | 107 | 76 | 541 | 103 | 27 |
| Binary | 1100000 | 10011 | 11100 | 0 | 1010000 | 1000111 | 111110 | 101100001 | 1000011 | 10111 |
Color Harmonies of #60131C
Complementary color
Monochromatic Colors of #60131C
Black with #60131C
Text Example
Text Example
White with #60131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60131C; }
p { color: rgb(96,19,28); }
H1.HeaderClassName
{
color: #60131C;
}
.AnyTagClassName
{
color: #60131C;
}
</style>
background-color css
<style>
a { background-color: #60131C; }
a { background-color: rgb(96,19,28); }
div.DivClassName
{
background-color: #60131C;
}
.BgClassName
{
background-color: #60131C;
}
</style>
border-color css
<style>
span { border-color: #60131C; }
span { border-color: rgb(96,19,28); }
td.TdClassName
{
border-color: #60131C;
}
.TagClassName
{
border-color: #60131C;
}
</style>