Shades of Pohutukawa #66050A
Tints of Pohutukawa #66050A
RGB
CMYK
RGB Variations
Color information
#66050A (or 0x66050A) is known color: Pohutukawa. HEX triplet: 66, 05 and 0A. RGB value is (102,5,10). Sum of RGB (Red+Green+Blue) = 102+5+10=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #66050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66050A is #99FAF5. Grayscale: #222222. Windows color (decimal): -10091254 or 656742. OLE color: 656742.
HSL color Cylindrical-coordinate representation of color #66050A: hue angle of 356.91º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66050A is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 10 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.6 |
| HSL | 356.91º | 0.91% | 0.21% | - |
| HSV(B) | 356.91º | 0.95% | 0.4% | - |
| XYZ | 5.59 | 2.96 | 0.56 | - |
| YUV | 34.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 10 | 0 | 0.95 | 0.90 | 0.6 | 356.91 | 0.91 | 0.21 |
| Hex | 66 | 5 | A | 0 | 5F | 5A | 3C | 165 | 5B | 15 |
| Octal | 146 | 5 | 12 | 0 | 137 | 132 | 74 | 545 | 133 | 25 |
| Binary | 1100110 | 101 | 1010 | 0 | 1011111 | 1011010 | 111100 | 101100101 | 1011011 | 10101 |
Color Harmonies of #66050A
Complementary color
Monochromatic Colors of #66050A
Black with #66050A
Text Example
Text Example
White with #66050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66050A; }
p { color: rgb(102,5,10); }
H1.HeaderClassName
{
color: #66050A;
}
.AnyTagClassName
{
color: #66050A;
}
</style>
background-color css
<style>
a { background-color: #66050A; }
a { background-color: rgb(102,5,10); }
div.DivClassName
{
background-color: #66050A;
}
.BgClassName
{
background-color: #66050A;
}
</style>
border-color css
<style>
span { border-color: #66050A; }
span { border-color: rgb(102,5,10); }
td.TdClassName
{
border-color: #66050A;
}
.TagClassName
{
border-color: #66050A;
}
</style>