Shades of Pohutukawa #66090D
Tints of Pohutukawa #66090D
RGB
CMYK
RGB Variations
Color information
#66090D (or 0x66090D) is known color: Pohutukawa. HEX triplet: 66, 09 and 0D. RGB value is (102,9,13). Sum of RGB (Red+Green+Blue) = 102+9+13=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #66090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66090D is #99F6F2. Grayscale: #252525. Windows color (decimal): -10090227 or 854374. OLE color: 854374.
HSL color Cylindrical-coordinate representation of color #66090D: hue angle of 357.42º 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 #66090D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 13 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.6 |
| HSL | 357.42º | 0.84% | 0.22% | - |
| HSV(B) | 357.42º | 0.91% | 0.4% | - |
| XYZ | 5.65 | 3.05 | 0.67 | - |
| YUV | 37.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 13 | 0 | 0.91 | 0.87 | 0.6 | 357.42 | 0.84 | 0.22 |
| Hex | 66 | 9 | D | 0 | 5B | 57 | 3C | 165 | 54 | 16 |
| Octal | 146 | 11 | 15 | 0 | 133 | 127 | 74 | 545 | 124 | 26 |
| Binary | 1100110 | 1001 | 1101 | 0 | 1011011 | 1010111 | 111100 | 101100101 | 1010100 | 10110 |
Color Harmonies of #66090D
Complementary color
Monochromatic Colors of #66090D
Black with #66090D
Text Example
Text Example
White with #66090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66090D; }
p { color: rgb(102,9,13); }
H1.HeaderClassName
{
color: #66090D;
}
.AnyTagClassName
{
color: #66090D;
}
</style>
background-color css
<style>
a { background-color: #66090D; }
a { background-color: rgb(102,9,13); }
div.DivClassName
{
background-color: #66090D;
}
.BgClassName
{
background-color: #66090D;
}
</style>
border-color css
<style>
span { border-color: #66090D; }
span { border-color: rgb(102,9,13); }
td.TdClassName
{
border-color: #66090D;
}
.TagClassName
{
border-color: #66090D;
}
</style>