Shades of Pohutukawa #66050E
Tints of Pohutukawa #66050E
RGB
CMYK
RGB Variations
Color information
#66050E (or 0x66050E) is known color: Pohutukawa. HEX triplet: 66, 05 and 0E. RGB value is (102,5,14). Sum of RGB (Red+Green+Blue) = 102+5+14=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #66050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66050E is #99FAF1. Grayscale: #232323. Windows color (decimal): -10091250 or 918886. OLE color: 918886.
HSL color Cylindrical-coordinate representation of color #66050E: hue angle of 354.43º 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 #66050E is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 14 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.6 |
| HSL | 354.43º | 0.91% | 0.21% | - |
| HSV(B) | 354.43º | 0.95% | 0.4% | - |
| XYZ | 5.61 | 2.97 | 0.69 | - |
| YUV | 35.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 14 | 0 | 0.95 | 0.86 | 0.6 | 354.43 | 0.91 | 0.21 |
| Hex | 66 | 5 | E | 0 | 5F | 56 | 3C | 162 | 5B | 15 |
| Octal | 146 | 5 | 16 | 0 | 137 | 126 | 74 | 542 | 133 | 25 |
| Binary | 1100110 | 101 | 1110 | 0 | 1011111 | 1010110 | 111100 | 101100010 | 1011011 | 10101 |
Color Harmonies of #66050E
Complementary color
Monochromatic Colors of #66050E
Black with #66050E
Text Example
Text Example
White with #66050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66050E; }
p { color: rgb(102,5,14); }
H1.HeaderClassName
{
color: #66050E;
}
.AnyTagClassName
{
color: #66050E;
}
</style>
background-color css
<style>
a { background-color: #66050E; }
a { background-color: rgb(102,5,14); }
div.DivClassName
{
background-color: #66050E;
}
.BgClassName
{
background-color: #66050E;
}
</style>
border-color css
<style>
span { border-color: #66050E; }
span { border-color: rgb(102,5,14); }
td.TdClassName
{
border-color: #66050E;
}
.TagClassName
{
border-color: #66050E;
}
</style>