Shades of Pohutukawa #66081B
Tints of Pohutukawa #66081B
RGB
CMYK
RGB Variations
Color information
#66081B (or 0x66081B) is known color: Pohutukawa. HEX triplet: 66, 08 and 1B. RGB value is (102,8,27). Sum of RGB (Red+Green+Blue) = 102+8+27=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #66081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66081B is #99F7E4. Grayscale: #262626. Windows color (decimal): -10090469 or 1771622. OLE color: 1771622.
HSL color Cylindrical-coordinate representation of color #66081B: hue angle of 347.87º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66081B is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 8 | 27 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.6 |
| HSL | 347.87º | 0.85% | 0.22% | - |
| HSV(B) | 347.87º | 0.92% | 0.4% | - |
| XYZ | 5.76 | 3.08 | 1.33 | - |
| YUV | 38.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 27 | 0 | 0.92 | 0.74 | 0.6 | 347.87 | 0.85 | 0.22 |
| Hex | 66 | 8 | 1B | 0 | 5C | 4A | 3C | 15C | 55 | 16 |
| Octal | 146 | 10 | 33 | 0 | 134 | 112 | 74 | 534 | 125 | 26 |
| Binary | 1100110 | 1000 | 11011 | 0 | 1011100 | 1001010 | 111100 | 101011100 | 1010101 | 10110 |
Color Harmonies of #66081B
Complementary color
Monochromatic Colors of #66081B
Black with #66081B
Text Example
Text Example
White with #66081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66081B; }
p { color: rgb(102,8,27); }
H1.HeaderClassName
{
color: #66081B;
}
.AnyTagClassName
{
color: #66081B;
}
</style>
background-color css
<style>
a { background-color: #66081B; }
a { background-color: rgb(102,8,27); }
div.DivClassName
{
background-color: #66081B;
}
.BgClassName
{
background-color: #66081B;
}
</style>
border-color css
<style>
span { border-color: #66081B; }
span { border-color: rgb(102,8,27); }
td.TdClassName
{
border-color: #66081B;
}
.TagClassName
{
border-color: #66081B;
}
</style>