Shades of Pohutukawa #661128
Tints of Pohutukawa #661128
RGB
CMYK
RGB Variations
Color information
#661128 (or 0x661128) is known color: Pohutukawa. HEX triplet: 66, 11 and 28. RGB value is (102,17,40). Sum of RGB (Red+Green+Blue) = 102+17+40=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #661128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661128 is #99EED7. Grayscale: #2D2D2D. Windows color (decimal): -10088152 or 2625894. OLE color: 2625894.
HSL color Cylindrical-coordinate representation of color #661128: hue angle of 343.76º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661128 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 40 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.6 |
| HSL | 343.76º | 0.71% | 0.23% | - |
| HSV(B) | 343.76º | 0.83% | 0.4% | - |
| XYZ | 6.06 | 3.38 | 2.34 | - |
| YUV | 45.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 40 | 0 | 0.83 | 0.61 | 0.6 | 343.76 | 0.71 | 0.23 |
| Hex | 66 | 11 | 28 | 0 | 53 | 3D | 3C | 158 | 47 | 17 |
| Octal | 146 | 21 | 50 | 0 | 123 | 75 | 74 | 530 | 107 | 27 |
| Binary | 1100110 | 10001 | 101000 | 0 | 1010011 | 111101 | 111100 | 101011000 | 1000111 | 10111 |
Color Harmonies of #661128
Complementary color
Monochromatic Colors of #661128
Black with #661128
Text Example
Text Example
White with #661128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661128; }
p { color: rgb(102,17,40); }
H1.HeaderClassName
{
color: #661128;
}
.AnyTagClassName
{
color: #661128;
}
</style>
background-color css
<style>
a { background-color: #661128; }
a { background-color: rgb(102,17,40); }
div.DivClassName
{
background-color: #661128;
}
.BgClassName
{
background-color: #661128;
}
</style>
border-color css
<style>
span { border-color: #661128; }
span { border-color: rgb(102,17,40); }
td.TdClassName
{
border-color: #661128;
}
.TagClassName
{
border-color: #661128;
}
</style>