Shades of Pohutukawa #661E2B
Tints of Pohutukawa #661E2B
RGB
CMYK
RGB Variations
Color information
#661E2B (or 0x661E2B) is known color: Pohutukawa. HEX triplet: 66, 1E and 2B. RGB value is (102,30,43). Sum of RGB (Red+Green+Blue) = 102+30+43=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #661E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661E2B is #99E1D4. Grayscale: #353535. Windows color (decimal): -10084821 or 2825830. OLE color: 2825830.
HSL color Cylindrical-coordinate representation of color #661E2B: hue angle of 349.17º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #661E2B is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 30 | 43 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.6 |
| HSL | 349.17º | 0.55% | 0.26% | - |
| HSV(B) | 349.17º | 0.71% | 0.4% | - |
| XYZ | 6.38 | 3.93 | 2.71 | - |
| YUV | 53.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 43 | 0 | 0.71 | 0.58 | 0.6 | 349.17 | 0.55 | 0.26 |
| Hex | 66 | 1E | 2B | 0 | 47 | 3A | 3C | 15D | 37 | 1A |
| Octal | 146 | 36 | 53 | 0 | 107 | 72 | 74 | 535 | 67 | 32 |
| Binary | 1100110 | 11110 | 101011 | 0 | 1000111 | 111010 | 111100 | 101011101 | 110111 | 11010 |
Color Harmonies of #661E2B
Complementary color
Monochromatic Colors of #661E2B
Black with #661E2B
Text Example
Text Example
White with #661E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E2B; }
p { color: rgb(102,30,43); }
H1.HeaderClassName
{
color: #661E2B;
}
.AnyTagClassName
{
color: #661E2B;
}
</style>
background-color css
<style>
a { background-color: #661E2B; }
a { background-color: rgb(102,30,43); }
div.DivClassName
{
background-color: #661E2B;
}
.BgClassName
{
background-color: #661E2B;
}
</style>
border-color css
<style>
span { border-color: #661E2B; }
span { border-color: rgb(102,30,43); }
td.TdClassName
{
border-color: #661E2B;
}
.TagClassName
{
border-color: #661E2B;
}
</style>