Shades of Pohutukawa #66091B
Tints of Pohutukawa #66091B
RGB
CMYK
RGB Variations
Color information
#66091B (or 0x66091B) is known color: Pohutukawa. HEX triplet: 66, 09 and 1B. RGB value is (102,9,27). Sum of RGB (Red+Green+Blue) = 102+9+27=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #66091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66091B is #99F6E4. Grayscale: #262626. Windows color (decimal): -10090213 or 1771878. OLE color: 1771878.
HSL color Cylindrical-coordinate representation of color #66091B: hue angle of 348.39º 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 #66091B is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 27 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.6 |
| HSL | 348.39º | 0.84% | 0.22% | - |
| HSV(B) | 348.39º | 0.91% | 0.4% | - |
| XYZ | 5.78 | 3.1 | 1.33 | - |
| YUV | 38.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 27 | 0 | 0.91 | 0.74 | 0.6 | 348.39 | 0.84 | 0.22 |
| Hex | 66 | 9 | 1B | 0 | 5B | 4A | 3C | 15C | 54 | 16 |
| Octal | 146 | 11 | 33 | 0 | 133 | 112 | 74 | 534 | 124 | 26 |
| Binary | 1100110 | 1001 | 11011 | 0 | 1011011 | 1001010 | 111100 | 101011100 | 1010100 | 10110 |
Color Harmonies of #66091B
Complementary color
Monochromatic Colors of #66091B
Black with #66091B
Text Example
Text Example
White with #66091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66091B; }
p { color: rgb(102,9,27); }
H1.HeaderClassName
{
color: #66091B;
}
.AnyTagClassName
{
color: #66091B;
}
</style>
background-color css
<style>
a { background-color: #66091B; }
a { background-color: rgb(102,9,27); }
div.DivClassName
{
background-color: #66091B;
}
.BgClassName
{
background-color: #66091B;
}
</style>
border-color css
<style>
span { border-color: #66091B; }
span { border-color: rgb(102,9,27); }
td.TdClassName
{
border-color: #66091B;
}
.TagClassName
{
border-color: #66091B;
}
</style>