Shades of Pohutukawa #60141A
Tints of Pohutukawa #60141A
RGB
CMYK
RGB Variations
Color information
#60141A (or 0x60141A) is known color: Pohutukawa. HEX triplet: 60, 14 and 1A. RGB value is (96,20,26). Sum of RGB (Red+Green+Blue) = 96+20+26=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #60141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60141A is #9FEBE5. Grayscale: #2B2B2B. Windows color (decimal): -10480614 or 1709152. OLE color: 1709152.
HSL color Cylindrical-coordinate representation of color #60141A: hue angle of 355.26º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60141A is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 26 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.62 |
| HSL | 355.26º | 0.66% | 0.23% | - |
| HSV(B) | 355.26º | 0.79% | 0.38% | - |
| XYZ | 5.26 | 3.06 | 1.29 | - |
| YUV | 43.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 26 | 0 | 0.79 | 0.73 | 0.62 | 355.26 | 0.66 | 0.23 |
| Hex | 60 | 14 | 1A | 0 | 4F | 49 | 3E | 163 | 42 | 17 |
| Octal | 140 | 24 | 32 | 0 | 117 | 111 | 76 | 543 | 102 | 27 |
| Binary | 1100000 | 10100 | 11010 | 0 | 1001111 | 1001001 | 111110 | 101100011 | 1000010 | 10111 |
Color Harmonies of #60141A
Complementary color
Monochromatic Colors of #60141A
Black with #60141A
Text Example
Text Example
White with #60141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60141A; }
p { color: rgb(96,20,26); }
H1.HeaderClassName
{
color: #60141A;
}
.AnyTagClassName
{
color: #60141A;
}
</style>
background-color css
<style>
a { background-color: #60141A; }
a { background-color: rgb(96,20,26); }
div.DivClassName
{
background-color: #60141A;
}
.BgClassName
{
background-color: #60141A;
}
</style>
border-color css
<style>
span { border-color: #60141A; }
span { border-color: rgb(96,20,26); }
td.TdClassName
{
border-color: #60141A;
}
.TagClassName
{
border-color: #60141A;
}
</style>