Shades of Pohutukawa #661D24
Tints of Pohutukawa #661D24
RGB
CMYK
RGB Variations
Color information
#661D24 (or 0x661D24) is known color: Pohutukawa. HEX triplet: 66, 1D and 24. RGB value is (102,29,36). Sum of RGB (Red+Green+Blue) = 102+29+36=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #661D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661D24 is #99E2DB. Grayscale: #333333. Windows color (decimal): -10085084 or 2366822. OLE color: 2366822.
HSL color Cylindrical-coordinate representation of color #661D24: hue angle of 354.25º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661D24 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 29 | 36 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.6 |
| HSL | 354.25º | 0.56% | 0.26% | - |
| HSV(B) | 354.25º | 0.72% | 0.4% | - |
| XYZ | 6.24 | 3.83 | 2.08 | - |
| YUV | 51.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 36 | 0 | 0.72 | 0.65 | 0.6 | 354.25 | 0.56 | 0.26 |
| Hex | 66 | 1D | 24 | 0 | 48 | 41 | 3C | 162 | 38 | 1A |
| Octal | 146 | 35 | 44 | 0 | 110 | 101 | 74 | 542 | 70 | 32 |
| Binary | 1100110 | 11101 | 100100 | 0 | 1001000 | 1000001 | 111100 | 101100010 | 111000 | 11010 |
Color Harmonies of #661D24
Complementary color
Monochromatic Colors of #661D24
Black with #661D24
Text Example
Text Example
White with #661D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D24; }
p { color: rgb(102,29,36); }
H1.HeaderClassName
{
color: #661D24;
}
.AnyTagClassName
{
color: #661D24;
}
</style>
background-color css
<style>
a { background-color: #661D24; }
a { background-color: rgb(102,29,36); }
div.DivClassName
{
background-color: #661D24;
}
.BgClassName
{
background-color: #661D24;
}
</style>
border-color css
<style>
span { border-color: #661D24; }
span { border-color: rgb(102,29,36); }
td.TdClassName
{
border-color: #661D24;
}
.TagClassName
{
border-color: #661D24;
}
</style>