Shades of Pohutukawa #661B21
Tints of Pohutukawa #661B21
RGB
CMYK
RGB Variations
Color information
#661B21 (or 0x661B21) is known color: Pohutukawa. HEX triplet: 66, 1B and 21. RGB value is (102,27,33). Sum of RGB (Red+Green+Blue) = 102+27+33=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #661B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B21 is #99E4DE. Grayscale: #323232. Windows color (decimal): -10085599 or 2169702. OLE color: 2169702.
HSL color Cylindrical-coordinate representation of color #661B21: hue angle of 355.2º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #661B21 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 33 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.6 |
| HSL | 355.2º | 0.58% | 0.25% | - |
| HSV(B) | 355.2º | 0.74% | 0.4% | - |
| XYZ | 6.15 | 3.72 | 1.83 | - |
| YUV | 50.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 33 | 0 | 0.74 | 0.68 | 0.6 | 355.2 | 0.58 | 0.25 |
| Hex | 66 | 1B | 21 | 0 | 4A | 44 | 3C | 163 | 3A | 19 |
| Octal | 146 | 33 | 41 | 0 | 112 | 104 | 74 | 543 | 72 | 31 |
| Binary | 1100110 | 11011 | 100001 | 0 | 1001010 | 1000100 | 111100 | 101100011 | 111010 | 11001 |
Color Harmonies of #661B21
Complementary color
Monochromatic Colors of #661B21
Black with #661B21
Text Example
Text Example
White with #661B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B21; }
p { color: rgb(102,27,33); }
H1.HeaderClassName
{
color: #661B21;
}
.AnyTagClassName
{
color: #661B21;
}
</style>
background-color css
<style>
a { background-color: #661B21; }
a { background-color: rgb(102,27,33); }
div.DivClassName
{
background-color: #661B21;
}
.BgClassName
{
background-color: #661B21;
}
</style>
border-color css
<style>
span { border-color: #661B21; }
span { border-color: rgb(102,27,33); }
td.TdClassName
{
border-color: #661B21;
}
.TagClassName
{
border-color: #661B21;
}
</style>