Shades of Pohutukawa #66172A
Tints of Pohutukawa #66172A
RGB
CMYK
RGB Variations
Color information
#66172A (or 0x66172A) is known color: Pohutukawa. HEX triplet: 66, 17 and 2A. RGB value is (102,23,42). Sum of RGB (Red+Green+Blue) = 102+23+42=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66172A is #99E8D5. Grayscale: #303030. Windows color (decimal): -10086614 or 2758502. OLE color: 2758502.
HSL color Cylindrical-coordinate representation of color #66172A: hue angle of 345.57º 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 #66172A is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 23 | 42 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.6 |
| HSL | 345.57º | 0.63% | 0.25% | - |
| HSV(B) | 345.57º | 0.77% | 0.4% | - |
| XYZ | 6.2 | 3.6 | 2.56 | - |
| YUV | 48.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 42 | 0 | 0.77 | 0.59 | 0.6 | 345.57 | 0.63 | 0.25 |
| Hex | 66 | 17 | 2A | 0 | 4D | 3B | 3C | 15A | 3F | 19 |
| Octal | 146 | 27 | 52 | 0 | 115 | 73 | 74 | 532 | 77 | 31 |
| Binary | 1100110 | 10111 | 101010 | 0 | 1001101 | 111011 | 111100 | 101011010 | 111111 | 11001 |
Color Harmonies of #66172A
Complementary color
Monochromatic Colors of #66172A
Black with #66172A
Text Example
Text Example
White with #66172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66172A; }
p { color: rgb(102,23,42); }
H1.HeaderClassName
{
color: #66172A;
}
.AnyTagClassName
{
color: #66172A;
}
</style>
background-color css
<style>
a { background-color: #66172A; }
a { background-color: rgb(102,23,42); }
div.DivClassName
{
background-color: #66172A;
}
.BgClassName
{
background-color: #66172A;
}
</style>
border-color css
<style>
span { border-color: #66172A; }
span { border-color: rgb(102,23,42); }
td.TdClassName
{
border-color: #66172A;
}
.TagClassName
{
border-color: #66172A;
}
</style>