Shades of Pohutukawa #66121A
Tints of Pohutukawa #66121A
RGB
CMYK
RGB Variations
Color information
#66121A (or 0x66121A) is known color: Pohutukawa. HEX triplet: 66, 12 and 1A. RGB value is (102,18,26). Sum of RGB (Red+Green+Blue) = 102+18+26=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #66121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66121A is #99EDE5. Grayscale: #2C2C2C. Windows color (decimal): -10087910 or 1708646. OLE color: 1708646.
HSL color Cylindrical-coordinate representation of color #66121A: hue angle of 354.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66121A is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 18 | 26 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.6 |
| HSL | 354.29º | 0.7% | 0.24% | - |
| HSV(B) | 354.29º | 0.82% | 0.4% | - |
| XYZ | 5.88 | 3.33 | 1.31 | - |
| YUV | 44.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 26 | 0 | 0.82 | 0.75 | 0.6 | 354.29 | 0.7 | 0.24 |
| Hex | 66 | 12 | 1A | 0 | 52 | 4B | 3C | 162 | 46 | 18 |
| Octal | 146 | 22 | 32 | 0 | 122 | 113 | 74 | 542 | 106 | 30 |
| Binary | 1100110 | 10010 | 11010 | 0 | 1010010 | 1001011 | 111100 | 101100010 | 1000110 | 11000 |
Color Harmonies of #66121A
Complementary color
Monochromatic Colors of #66121A
Black with #66121A
Text Example
Text Example
White with #66121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66121A; }
p { color: rgb(102,18,26); }
H1.HeaderClassName
{
color: #66121A;
}
.AnyTagClassName
{
color: #66121A;
}
</style>
background-color css
<style>
a { background-color: #66121A; }
a { background-color: rgb(102,18,26); }
div.DivClassName
{
background-color: #66121A;
}
.BgClassName
{
background-color: #66121A;
}
</style>
border-color css
<style>
span { border-color: #66121A; }
span { border-color: rgb(102,18,26); }
td.TdClassName
{
border-color: #66121A;
}
.TagClassName
{
border-color: #66121A;
}
</style>