Shades of Pohutukawa #661A20
Tints of Pohutukawa #661A20
RGB
CMYK
RGB Variations
Color information
#661A20 (or 0x661A20) is known color: Pohutukawa. HEX triplet: 66, 1A and 20. RGB value is (102,26,32). Sum of RGB (Red+Green+Blue) = 102+26+32=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #661A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A20 is #99E5DF. Grayscale: #313131. Windows color (decimal): -10085856 or 2103910. OLE color: 2103910.
HSL color Cylindrical-coordinate representation of color #661A20: hue angle of 355.26º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A20 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 26 | 32 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.6 |
| HSL | 355.26º | 0.59% | 0.25% | - |
| HSV(B) | 355.26º | 0.75% | 0.4% | - |
| XYZ | 6.11 | 3.67 | 1.75 | - |
| YUV | 49.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 32 | 0 | 0.75 | 0.69 | 0.6 | 355.26 | 0.59 | 0.25 |
| Hex | 66 | 1A | 20 | 0 | 4B | 45 | 3C | 163 | 3B | 19 |
| Octal | 146 | 32 | 40 | 0 | 113 | 105 | 74 | 543 | 73 | 31 |
| Binary | 1100110 | 11010 | 100000 | 0 | 1001011 | 1000101 | 111100 | 101100011 | 111011 | 11001 |
Color Harmonies of #661A20
Complementary color
Monochromatic Colors of #661A20
Black with #661A20
Text Example
Text Example
White with #661A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661A20; }
p { color: rgb(102,26,32); }
H1.HeaderClassName
{
color: #661A20;
}
.AnyTagClassName
{
color: #661A20;
}
</style>
background-color css
<style>
a { background-color: #661A20; }
a { background-color: rgb(102,26,32); }
div.DivClassName
{
background-color: #661A20;
}
.BgClassName
{
background-color: #661A20;
}
</style>
border-color css
<style>
span { border-color: #661A20; }
span { border-color: rgb(102,26,32); }
td.TdClassName
{
border-color: #661A20;
}
.TagClassName
{
border-color: #661A20;
}
</style>