Shades of Pohutukawa #60101A
Tints of Pohutukawa #60101A
RGB
CMYK
RGB Variations
Color information
#60101A (or 0x60101A) is known color: Pohutukawa. HEX triplet: 60, 10 and 1A. RGB value is (96,16,26). Sum of RGB (Red+Green+Blue) = 96+16+26=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #60101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60101A is #9FEFE5. Grayscale: #292929. Windows color (decimal): -10481638 or 1708128. OLE color: 1708128.
HSL color Cylindrical-coordinate representation of color #60101A: hue angle of 352.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 #60101A is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 26 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.62 |
| HSL | 352.5º | 0.71% | 0.22% | - |
| HSV(B) | 352.5º | 0.83% | 0.38% | - |
| XYZ | 5.2 | 2.93 | 1.27 | - |
| YUV | 41.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 26 | 0 | 0.83 | 0.73 | 0.62 | 352.5 | 0.71 | 0.22 |
| Hex | 60 | 10 | 1A | 0 | 53 | 49 | 3E | 160 | 47 | 16 |
| Octal | 140 | 20 | 32 | 0 | 123 | 111 | 76 | 540 | 107 | 26 |
| Binary | 1100000 | 10000 | 11010 | 0 | 1010011 | 1001001 | 111110 | 101100000 | 1000111 | 10110 |
Color Harmonies of #60101A
Complementary color
Monochromatic Colors of #60101A
Black with #60101A
Text Example
Text Example
White with #60101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60101A; }
p { color: rgb(96,16,26); }
H1.HeaderClassName
{
color: #60101A;
}
.AnyTagClassName
{
color: #60101A;
}
</style>
background-color css
<style>
a { background-color: #60101A; }
a { background-color: rgb(96,16,26); }
div.DivClassName
{
background-color: #60101A;
}
.BgClassName
{
background-color: #60101A;
}
</style>
border-color css
<style>
span { border-color: #60101A; }
span { border-color: rgb(96,16,26); }
td.TdClassName
{
border-color: #60101A;
}
.TagClassName
{
border-color: #60101A;
}
</style>