Shades of Pohutukawa #66202A
Tints of Pohutukawa #66202A
RGB
CMYK
RGB Variations
Color information
#66202A (or 0x66202A) is known color: Pohutukawa. HEX triplet: 66, 20 and 2A. RGB value is (102,32,42). Sum of RGB (Red+Green+Blue) = 102+32+42=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #66202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66202A is #99DFD5. Grayscale: #363636. Windows color (decimal): -10084310 or 2760806. OLE color: 2760806.
HSL color Cylindrical-coordinate representation of color #66202A: hue angle of 351.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66202A is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 42 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.6 |
| HSL | 351.43º | 0.52% | 0.26% | - |
| HSV(B) | 351.43º | 0.69% | 0.4% | - |
| XYZ | 6.41 | 4.02 | 2.63 | - |
| YUV | 54.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 42 | 0 | 0.69 | 0.59 | 0.6 | 351.43 | 0.52 | 0.26 |
| Hex | 66 | 20 | 2A | 0 | 45 | 3B | 3C | 15F | 34 | 1A |
| Octal | 146 | 40 | 52 | 0 | 105 | 73 | 74 | 537 | 64 | 32 |
| Binary | 1100110 | 100000 | 101010 | 0 | 1000101 | 111011 | 111100 | 101011111 | 110100 | 11010 |
Color Harmonies of #66202A
Complementary color
Monochromatic Colors of #66202A
Black with #66202A
Text Example
Text Example
White with #66202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66202A; }
p { color: rgb(102,32,42); }
H1.HeaderClassName
{
color: #66202A;
}
.AnyTagClassName
{
color: #66202A;
}
</style>
background-color css
<style>
a { background-color: #66202A; }
a { background-color: rgb(102,32,42); }
div.DivClassName
{
background-color: #66202A;
}
.BgClassName
{
background-color: #66202A;
}
</style>
border-color css
<style>
span { border-color: #66202A; }
span { border-color: rgb(102,32,42); }
td.TdClassName
{
border-color: #66202A;
}
.TagClassName
{
border-color: #66202A;
}
</style>