Shades of Pohutukawa #66090F
Tints of Pohutukawa #66090F
RGB
CMYK
RGB Variations
Color information
#66090F (or 0x66090F) is known color: Pohutukawa. HEX triplet: 66, 09 and 0F. RGB value is (102,9,15). Sum of RGB (Red+Green+Blue) = 102+9+15=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #66090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66090F is #99F6F0. Grayscale: #252525. Windows color (decimal): -10090225 or 985446. OLE color: 985446.
HSL color Cylindrical-coordinate representation of color #66090F: hue angle of 356.13º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66090F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 15 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.6 |
| HSL | 356.13º | 0.84% | 0.22% | - |
| HSV(B) | 356.13º | 0.91% | 0.4% | - |
| XYZ | 5.66 | 3.05 | 0.74 | - |
| YUV | 37.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 15 | 0 | 0.91 | 0.85 | 0.6 | 356.13 | 0.84 | 0.22 |
| Hex | 66 | 9 | F | 0 | 5B | 55 | 3C | 164 | 54 | 16 |
| Octal | 146 | 11 | 17 | 0 | 133 | 125 | 74 | 544 | 124 | 26 |
| Binary | 1100110 | 1001 | 1111 | 0 | 1011011 | 1010101 | 111100 | 101100100 | 1010100 | 10110 |
Color Harmonies of #66090F
Complementary color
Monochromatic Colors of #66090F
Black with #66090F
Text Example
Text Example
White with #66090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66090F; }
p { color: rgb(102,9,15); }
H1.HeaderClassName
{
color: #66090F;
}
.AnyTagClassName
{
color: #66090F;
}
</style>
background-color css
<style>
a { background-color: #66090F; }
a { background-color: rgb(102,9,15); }
div.DivClassName
{
background-color: #66090F;
}
.BgClassName
{
background-color: #66090F;
}
</style>
border-color css
<style>
span { border-color: #66090F; }
span { border-color: rgb(102,9,15); }
td.TdClassName
{
border-color: #66090F;
}
.TagClassName
{
border-color: #66090F;
}
</style>