Shades of Pohutukawa #661E26
Tints of Pohutukawa #661E26
RGB
CMYK
RGB Variations
Color information
#661E26 (or 0x661E26) is known color: Pohutukawa. HEX triplet: 66, 1E and 26. RGB value is (102,30,38). Sum of RGB (Red+Green+Blue) = 102+30+38=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #661E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661E26 is #99E1D9. Grayscale: #343434. Windows color (decimal): -10084826 or 2498150. OLE color: 2498150.
HSL color Cylindrical-coordinate representation of color #661E26: hue angle of 353.33º 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 #661E26 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 30 | 38 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.6 |
| HSL | 353.33º | 0.55% | 0.26% | - |
| HSV(B) | 353.33º | 0.71% | 0.4% | - |
| XYZ | 6.29 | 3.89 | 2.25 | - |
| YUV | 52.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 30 | 38 | 0 | 0.71 | 0.63 | 0.6 | 353.33 | 0.55 | 0.26 |
| Hex | 66 | 1E | 26 | 0 | 47 | 3F | 3C | 161 | 37 | 1A |
| Octal | 146 | 36 | 46 | 0 | 107 | 77 | 74 | 541 | 67 | 32 |
| Binary | 1100110 | 11110 | 100110 | 0 | 1000111 | 111111 | 111100 | 101100001 | 110111 | 11010 |
Color Harmonies of #661E26
Complementary color
Monochromatic Colors of #661E26
Black with #661E26
Text Example
Text Example
White with #661E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661E26; }
p { color: rgb(102,30,38); }
H1.HeaderClassName
{
color: #661E26;
}
.AnyTagClassName
{
color: #661E26;
}
</style>
background-color css
<style>
a { background-color: #661E26; }
a { background-color: rgb(102,30,38); }
div.DivClassName
{
background-color: #661E26;
}
.BgClassName
{
background-color: #661E26;
}
</style>
border-color css
<style>
span { border-color: #661E26; }
span { border-color: rgb(102,30,38); }
td.TdClassName
{
border-color: #661E26;
}
.TagClassName
{
border-color: #661E26;
}
</style>