Shades of Pohutukawa #60102A
Tints of Pohutukawa #60102A
RGB
CMYK
RGB Variations
Color information
#60102A (or 0x60102A) is known color: Pohutukawa. HEX triplet: 60, 10 and 2A. RGB value is (96,16,42). Sum of RGB (Red+Green+Blue) = 96+16+42=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #60102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60102A is #9FEFD5. Grayscale: #2A2A2A. Windows color (decimal): -10481622 or 2756704. OLE color: 2756704.
HSL color Cylindrical-coordinate representation of color #60102A: hue angle of 340.5º 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 #60102A is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 42 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.62 |
| HSL | 340.5º | 0.71% | 0.22% | - |
| HSV(B) | 340.5º | 0.83% | 0.38% | - |
| XYZ | 5.43 | 3.02 | 2.49 | - |
| YUV | 42.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 42 | 0 | 0.83 | 0.56 | 0.62 | 340.5 | 0.71 | 0.22 |
| Hex | 60 | 10 | 2A | 0 | 53 | 38 | 3E | 154 | 47 | 16 |
| Octal | 140 | 20 | 52 | 0 | 123 | 70 | 76 | 524 | 107 | 26 |
| Binary | 1100000 | 10000 | 101010 | 0 | 1010011 | 111000 | 111110 | 101010100 | 1000111 | 10110 |
Color Harmonies of #60102A
Complementary color
Monochromatic Colors of #60102A
Black with #60102A
Text Example
Text Example
White with #60102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60102A; }
p { color: rgb(96,16,42); }
H1.HeaderClassName
{
color: #60102A;
}
.AnyTagClassName
{
color: #60102A;
}
</style>
background-color css
<style>
a { background-color: #60102A; }
a { background-color: rgb(96,16,42); }
div.DivClassName
{
background-color: #60102A;
}
.BgClassName
{
background-color: #60102A;
}
</style>
border-color css
<style>
span { border-color: #60102A; }
span { border-color: rgb(96,16,42); }
td.TdClassName
{
border-color: #60102A;
}
.TagClassName
{
border-color: #60102A;
}
</style>