Shades of Pohutukawa #66192A
Tints of Pohutukawa #66192A
RGB
CMYK
RGB Variations
Color information
#66192A (or 0x66192A) is known color: Pohutukawa. HEX triplet: 66, 19 and 2A. RGB value is (102,25,42). Sum of RGB (Red+Green+Blue) = 102+25+42=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #66192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66192A is #99E6D5. Grayscale: #313131. Windows color (decimal): -10086102 or 2759014. OLE color: 2759014.
HSL color Cylindrical-coordinate representation of color #66192A: hue angle of 346.75º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66192A is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 42 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.6 |
| HSL | 346.75º | 0.61% | 0.25% | - |
| HSV(B) | 346.75º | 0.75% | 0.4% | - |
| XYZ | 6.25 | 3.69 | 2.57 | - |
| YUV | 49.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 42 | 0 | 0.75 | 0.59 | 0.6 | 346.75 | 0.61 | 0.25 |
| Hex | 66 | 19 | 2A | 0 | 4B | 3B | 3C | 15B | 3D | 19 |
| Octal | 146 | 31 | 52 | 0 | 113 | 73 | 74 | 533 | 75 | 31 |
| Binary | 1100110 | 11001 | 101010 | 0 | 1001011 | 111011 | 111100 | 101011011 | 111101 | 11001 |
Color Harmonies of #66192A
Complementary color
Monochromatic Colors of #66192A
Black with #66192A
Text Example
Text Example
White with #66192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66192A; }
p { color: rgb(102,25,42); }
H1.HeaderClassName
{
color: #66192A;
}
.AnyTagClassName
{
color: #66192A;
}
</style>
background-color css
<style>
a { background-color: #66192A; }
a { background-color: rgb(102,25,42); }
div.DivClassName
{
background-color: #66192A;
}
.BgClassName
{
background-color: #66192A;
}
</style>
border-color css
<style>
span { border-color: #66192A; }
span { border-color: rgb(102,25,42); }
td.TdClassName
{
border-color: #66192A;
}
.TagClassName
{
border-color: #66192A;
}
</style>