Shades of Pohutukawa #66162A
Tints of Pohutukawa #66162A
RGB
CMYK
RGB Variations
Color information
#66162A (or 0x66162A) is known color: Pohutukawa. HEX triplet: 66, 16 and 2A. RGB value is (102,22,42). Sum of RGB (Red+Green+Blue) = 102+22+42=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66162A is #99E9D5. Grayscale: #303030. Windows color (decimal): -10086870 or 2758246. OLE color: 2758246.
HSL color Cylindrical-coordinate representation of color #66162A: hue angle of 345º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66162A is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 22 | 42 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.6 |
| HSL | 345º | 0.65% | 0.24% | - |
| HSV(B) | 345º | 0.78% | 0.4% | - |
| XYZ | 6.18 | 3.57 | 2.55 | - |
| YUV | 48.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 42 | 0 | 0.78 | 0.59 | 0.6 | 345 | 0.65 | 0.24 |
| Hex | 66 | 16 | 2A | 0 | 4E | 3B | 3C | 159 | 41 | 18 |
| Octal | 146 | 26 | 52 | 0 | 116 | 73 | 74 | 531 | 101 | 30 |
| Binary | 1100110 | 10110 | 101010 | 0 | 1001110 | 111011 | 111100 | 101011001 | 1000001 | 11000 |
Color Harmonies of #66162A
Complementary color
Monochromatic Colors of #66162A
Black with #66162A
Text Example
Text Example
White with #66162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66162A; }
p { color: rgb(102,22,42); }
H1.HeaderClassName
{
color: #66162A;
}
.AnyTagClassName
{
color: #66162A;
}
</style>
background-color css
<style>
a { background-color: #66162A; }
a { background-color: rgb(102,22,42); }
div.DivClassName
{
background-color: #66162A;
}
.BgClassName
{
background-color: #66162A;
}
</style>
border-color css
<style>
span { border-color: #66162A; }
span { border-color: rgb(102,22,42); }
td.TdClassName
{
border-color: #66162A;
}
.TagClassName
{
border-color: #66162A;
}
</style>