Shades of Pohutukawa #661225
Tints of Pohutukawa #661225
RGB
CMYK
RGB Variations
Color information
#661225 (or 0x661225) is known color: Pohutukawa. HEX triplet: 66, 12 and 25. RGB value is (102,18,37). Sum of RGB (Red+Green+Blue) = 102+18+37=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #661225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661225 is #99EDDA. Grayscale: #2D2D2D. Windows color (decimal): -10087899 or 2429542. OLE color: 2429542.
HSL color Cylindrical-coordinate representation of color #661225: hue angle of 346.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661225 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 18 | 37 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.6 |
| HSL | 346.43º | 0.7% | 0.24% | - |
| HSV(B) | 346.43º | 0.82% | 0.4% | - |
| XYZ | 6.03 | 3.39 | 2.09 | - |
| YUV | 45.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 37 | 0 | 0.82 | 0.64 | 0.6 | 346.43 | 0.7 | 0.24 |
| Hex | 66 | 12 | 25 | 0 | 52 | 40 | 3C | 15A | 46 | 18 |
| Octal | 146 | 22 | 45 | 0 | 122 | 100 | 74 | 532 | 106 | 30 |
| Binary | 1100110 | 10010 | 100101 | 0 | 1010010 | 1000000 | 111100 | 101011010 | 1000110 | 11000 |
Color Harmonies of #661225
Complementary color
Monochromatic Colors of #661225
Black with #661225
Text Example
Text Example
White with #661225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661225; }
p { color: rgb(102,18,37); }
H1.HeaderClassName
{
color: #661225;
}
.AnyTagClassName
{
color: #661225;
}
</style>
background-color css
<style>
a { background-color: #661225; }
a { background-color: rgb(102,18,37); }
div.DivClassName
{
background-color: #661225;
}
.BgClassName
{
background-color: #661225;
}
</style>
border-color css
<style>
span { border-color: #661225; }
span { border-color: rgb(102,18,37); }
td.TdClassName
{
border-color: #661225;
}
.TagClassName
{
border-color: #661225;
}
</style>