Shades of Pohutukawa #66091A
Tints of Pohutukawa #66091A
RGB
CMYK
RGB Variations
Color information
#66091A (or 0x66091A) is known color: Pohutukawa. HEX triplet: 66, 09 and 1A. RGB value is (102,9,26). Sum of RGB (Red+Green+Blue) = 102+9+26=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #66091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66091A is #99F6E5. Grayscale: #262626. Windows color (decimal): -10090214 or 1706342. OLE color: 1706342.
HSL color Cylindrical-coordinate representation of color #66091A: hue angle of 349.03º 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 #66091A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 26 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.6 |
| HSL | 349.03º | 0.84% | 0.22% | - |
| HSV(B) | 349.03º | 0.91% | 0.4% | - |
| XYZ | 5.76 | 3.09 | 1.27 | - |
| YUV | 38.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 26 | 0 | 0.91 | 0.75 | 0.6 | 349.03 | 0.84 | 0.22 |
| Hex | 66 | 9 | 1A | 0 | 5B | 4B | 3C | 15D | 54 | 16 |
| Octal | 146 | 11 | 32 | 0 | 133 | 113 | 74 | 535 | 124 | 26 |
| Binary | 1100110 | 1001 | 11010 | 0 | 1011011 | 1001011 | 111100 | 101011101 | 1010100 | 10110 |
Color Harmonies of #66091A
Complementary color
Monochromatic Colors of #66091A
Black with #66091A
Text Example
Text Example
White with #66091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66091A; }
p { color: rgb(102,9,26); }
H1.HeaderClassName
{
color: #66091A;
}
.AnyTagClassName
{
color: #66091A;
}
</style>
background-color css
<style>
a { background-color: #66091A; }
a { background-color: rgb(102,9,26); }
div.DivClassName
{
background-color: #66091A;
}
.BgClassName
{
background-color: #66091A;
}
</style>
border-color css
<style>
span { border-color: #66091A; }
span { border-color: rgb(102,9,26); }
td.TdClassName
{
border-color: #66091A;
}
.TagClassName
{
border-color: #66091A;
}
</style>