Shades of Pohutukawa #66212B
Tints of Pohutukawa #66212B
RGB
CMYK
RGB Variations
Color information
#66212B (or 0x66212B) is known color: Pohutukawa. HEX triplet: 66, 21 and 2B. RGB value is (102,33,43). Sum of RGB (Red+Green+Blue) = 102+33+43=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #66212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66212B is #99DED4. Grayscale: #363636. Windows color (decimal): -10084053 or 2826598. OLE color: 2826598.
HSL color Cylindrical-coordinate representation of color #66212B: hue angle of 351.3º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66212B is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 43 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.6 |
| HSL | 351.3º | 0.51% | 0.26% | - |
| HSV(B) | 351.3º | 0.68% | 0.4% | - |
| XYZ | 6.46 | 4.09 | 2.73 | - |
| YUV | 54.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 43 | 0 | 0.68 | 0.58 | 0.6 | 351.3 | 0.51 | 0.26 |
| Hex | 66 | 21 | 2B | 0 | 44 | 3A | 3C | 15F | 33 | 1A |
| Octal | 146 | 41 | 53 | 0 | 104 | 72 | 74 | 537 | 63 | 32 |
| Binary | 1100110 | 100001 | 101011 | 0 | 1000100 | 111010 | 111100 | 101011111 | 110011 | 11010 |
Color Harmonies of #66212B
Complementary color
Monochromatic Colors of #66212B
Black with #66212B
Text Example
Text Example
White with #66212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66212B; }
p { color: rgb(102,33,43); }
H1.HeaderClassName
{
color: #66212B;
}
.AnyTagClassName
{
color: #66212B;
}
</style>
background-color css
<style>
a { background-color: #66212B; }
a { background-color: rgb(102,33,43); }
div.DivClassName
{
background-color: #66212B;
}
.BgClassName
{
background-color: #66212B;
}
</style>
border-color css
<style>
span { border-color: #66212B; }
span { border-color: rgb(102,33,43); }
td.TdClassName
{
border-color: #66212B;
}
.TagClassName
{
border-color: #66212B;
}
</style>