Shades of Pohutukawa #661B2C
Tints of Pohutukawa #661B2C
RGB
CMYK
RGB Variations
Color information
#661B2C (or 0x661B2C) is known color: Pohutukawa. HEX triplet: 66, 1B and 2C. RGB value is (102,27,44). Sum of RGB (Red+Green+Blue) = 102+27+44=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #661B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B2C is #99E4D3. Grayscale: #333333. Windows color (decimal): -10085588 or 2890598. OLE color: 2890598.
HSL color Cylindrical-coordinate representation of color #661B2C: hue angle of 346.4º 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 #661B2C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 44 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.6 |
| HSL | 346.4º | 0.58% | 0.25% | - |
| HSV(B) | 346.4º | 0.74% | 0.4% | - |
| XYZ | 6.33 | 3.79 | 2.78 | - |
| YUV | 51.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 44 | 0 | 0.74 | 0.57 | 0.6 | 346.4 | 0.58 | 0.25 |
| Hex | 66 | 1B | 2C | 0 | 4A | 39 | 3C | 15A | 3A | 19 |
| Octal | 146 | 33 | 54 | 0 | 112 | 71 | 74 | 532 | 72 | 31 |
| Binary | 1100110 | 11011 | 101100 | 0 | 1001010 | 111001 | 111100 | 101011010 | 111010 | 11001 |
Color Harmonies of #661B2C
Complementary color
Monochromatic Colors of #661B2C
Black with #661B2C
Text Example
Text Example
White with #661B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B2C; }
p { color: rgb(102,27,44); }
H1.HeaderClassName
{
color: #661B2C;
}
.AnyTagClassName
{
color: #661B2C;
}
</style>
background-color css
<style>
a { background-color: #661B2C; }
a { background-color: rgb(102,27,44); }
div.DivClassName
{
background-color: #661B2C;
}
.BgClassName
{
background-color: #661B2C;
}
</style>
border-color css
<style>
span { border-color: #661B2C; }
span { border-color: rgb(102,27,44); }
td.TdClassName
{
border-color: #661B2C;
}
.TagClassName
{
border-color: #661B2C;
}
</style>