Shades of Pohutukawa #66172B
Tints of Pohutukawa #66172B
RGB
CMYK
RGB Variations
Color information
#66172B (or 0x66172B) is known color: Pohutukawa. HEX triplet: 66, 17 and 2B. RGB value is (102,23,43). Sum of RGB (Red+Green+Blue) = 102+23+43=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66172B is #99E8D4. Grayscale: #303030. Windows color (decimal): -10086613 or 2824038. OLE color: 2824038.
HSL color Cylindrical-coordinate representation of color #66172B: hue angle of 344.81º 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 #66172B is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 23 | 43 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.6 |
| HSL | 344.81º | 0.63% | 0.25% | - |
| HSV(B) | 344.81º | 0.77% | 0.4% | - |
| XYZ | 6.22 | 3.61 | 2.65 | - |
| YUV | 48.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 43 | 0 | 0.77 | 0.58 | 0.6 | 344.81 | 0.63 | 0.25 |
| Hex | 66 | 17 | 2B | 0 | 4D | 3A | 3C | 159 | 3F | 19 |
| Octal | 146 | 27 | 53 | 0 | 115 | 72 | 74 | 531 | 77 | 31 |
| Binary | 1100110 | 10111 | 101011 | 0 | 1001101 | 111010 | 111100 | 101011001 | 111111 | 11001 |
Color Harmonies of #66172B
Complementary color
Monochromatic Colors of #66172B
Black with #66172B
Text Example
Text Example
White with #66172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66172B; }
p { color: rgb(102,23,43); }
H1.HeaderClassName
{
color: #66172B;
}
.AnyTagClassName
{
color: #66172B;
}
</style>
background-color css
<style>
a { background-color: #66172B; }
a { background-color: rgb(102,23,43); }
div.DivClassName
{
background-color: #66172B;
}
.BgClassName
{
background-color: #66172B;
}
</style>
border-color css
<style>
span { border-color: #66172B; }
span { border-color: rgb(102,23,43); }
td.TdClassName
{
border-color: #66172B;
}
.TagClassName
{
border-color: #66172B;
}
</style>