Shades of Pohutukawa #66171B
Tints of Pohutukawa #66171B
RGB
CMYK
RGB Variations
Color information
#66171B (or 0x66171B) is known color: Pohutukawa. HEX triplet: 66, 17 and 1B. RGB value is (102,23,27). Sum of RGB (Red+Green+Blue) = 102+23+27=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #66171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66171B is #99E8E4. Grayscale: #2F2F2F. Windows color (decimal): -10086629 or 1775462. OLE color: 1775462.
HSL color Cylindrical-coordinate representation of color #66171B: hue angle of 356.96º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66171B is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 23 | 27 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.6 |
| HSL | 356.96º | 0.63% | 0.25% | - |
| HSV(B) | 356.96º | 0.77% | 0.4% | - |
| XYZ | 5.98 | 3.52 | 1.4 | - |
| YUV | 47.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 27 | 0 | 0.77 | 0.74 | 0.6 | 356.96 | 0.63 | 0.25 |
| Hex | 66 | 17 | 1B | 0 | 4D | 4A | 3C | 165 | 3F | 19 |
| Octal | 146 | 27 | 33 | 0 | 115 | 112 | 74 | 545 | 77 | 31 |
| Binary | 1100110 | 10111 | 11011 | 0 | 1001101 | 1001010 | 111100 | 101100101 | 111111 | 11001 |
Color Harmonies of #66171B
Complementary color
Monochromatic Colors of #66171B
Black with #66171B
Text Example
Text Example
White with #66171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66171B; }
p { color: rgb(102,23,27); }
H1.HeaderClassName
{
color: #66171B;
}
.AnyTagClassName
{
color: #66171B;
}
</style>
background-color css
<style>
a { background-color: #66171B; }
a { background-color: rgb(102,23,27); }
div.DivClassName
{
background-color: #66171B;
}
.BgClassName
{
background-color: #66171B;
}
</style>
border-color css
<style>
span { border-color: #66171B; }
span { border-color: rgb(102,23,27); }
td.TdClassName
{
border-color: #66171B;
}
.TagClassName
{
border-color: #66171B;
}
</style>