Shades of Pohutukawa #66071B
Tints of Pohutukawa #66071B
RGB
CMYK
RGB Variations
Color information
#66071B (or 0x66071B) is known color: Pohutukawa. HEX triplet: 66, 07 and 1B. RGB value is (102,7,27). Sum of RGB (Red+Green+Blue) = 102+7+27=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #66071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66071B is #99F8E4. Grayscale: #252525. Windows color (decimal): -10090725 or 1771366. OLE color: 1771366.
HSL color Cylindrical-coordinate representation of color #66071B: hue angle of 347.37º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66071B is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 7 | 27 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.6 |
| HSL | 347.37º | 0.87% | 0.21% | - |
| HSV(B) | 347.37º | 0.93% | 0.4% | - |
| XYZ | 5.75 | 3.06 | 1.32 | - |
| YUV | 37.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 27 | 0 | 0.93 | 0.74 | 0.6 | 347.37 | 0.87 | 0.21 |
| Hex | 66 | 7 | 1B | 0 | 5D | 4A | 3C | 15B | 57 | 15 |
| Octal | 146 | 7 | 33 | 0 | 135 | 112 | 74 | 533 | 127 | 25 |
| Binary | 1100110 | 111 | 11011 | 0 | 1011101 | 1001010 | 111100 | 101011011 | 1010111 | 10101 |
Color Harmonies of #66071B
Complementary color
Monochromatic Colors of #66071B
Black with #66071B
Text Example
Text Example
White with #66071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66071B; }
p { color: rgb(102,7,27); }
H1.HeaderClassName
{
color: #66071B;
}
.AnyTagClassName
{
color: #66071B;
}
</style>
background-color css
<style>
a { background-color: #66071B; }
a { background-color: rgb(102,7,27); }
div.DivClassName
{
background-color: #66071B;
}
.BgClassName
{
background-color: #66071B;
}
</style>
border-color css
<style>
span { border-color: #66071B; }
span { border-color: rgb(102,7,27); }
td.TdClassName
{
border-color: #66071B;
}
.TagClassName
{
border-color: #66071B;
}
</style>