Shades of Pohutukawa #60102D
Tints of Pohutukawa #60102D
RGB
CMYK
RGB Variations
Color information
#60102D (or 0x60102D) is known color: Pohutukawa. HEX triplet: 60, 10 and 2D. RGB value is (96,16,45). Sum of RGB (Red+Green+Blue) = 96+16+45=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60102D is #9FEFD2. Grayscale: #2B2B2B. Windows color (decimal): -10481619 or 2953312. OLE color: 2953312.
HSL color Cylindrical-coordinate representation of color #60102D: hue angle of 338.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60102D is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 45 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.62 |
| HSL | 338.25º | 0.71% | 0.22% | - |
| HSV(B) | 338.25º | 0.83% | 0.38% | - |
| XYZ | 5.48 | 3.05 | 2.78 | - |
| YUV | 43.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 45 | 0 | 0.83 | 0.53 | 0.62 | 338.25 | 0.71 | 0.22 |
| Hex | 60 | 10 | 2D | 0 | 53 | 35 | 3E | 152 | 47 | 16 |
| Octal | 140 | 20 | 55 | 0 | 123 | 65 | 76 | 522 | 107 | 26 |
| Binary | 1100000 | 10000 | 101101 | 0 | 1010011 | 110101 | 111110 | 101010010 | 1000111 | 10110 |
Color Harmonies of #60102D
Complementary color
Monochromatic Colors of #60102D
Black with #60102D
Text Example
Text Example
White with #60102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60102D; }
p { color: rgb(96,16,45); }
H1.HeaderClassName
{
color: #60102D;
}
.AnyTagClassName
{
color: #60102D;
}
</style>
background-color css
<style>
a { background-color: #60102D; }
a { background-color: rgb(96,16,45); }
div.DivClassName
{
background-color: #60102D;
}
.BgClassName
{
background-color: #60102D;
}
</style>
border-color css
<style>
span { border-color: #60102D; }
span { border-color: rgb(96,16,45); }
td.TdClassName
{
border-color: #60102D;
}
.TagClassName
{
border-color: #60102D;
}
</style>