Shades of Pohutukawa #661B2A
Tints of Pohutukawa #661B2A
RGB
CMYK
RGB Variations
Color information
#661B2A (or 0x661B2A) is known color: Pohutukawa. HEX triplet: 66, 1B and 2A. RGB value is (102,27,42). Sum of RGB (Red+Green+Blue) = 102+27+42=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #661B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B2A is #99E4D5. Grayscale: #333333. Windows color (decimal): -10085590 or 2759526. OLE color: 2759526.
HSL color Cylindrical-coordinate representation of color #661B2A: hue angle of 348º 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 #661B2A is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 42 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.6 |
| HSL | 348º | 0.58% | 0.25% | - |
| HSV(B) | 348º | 0.74% | 0.4% | - |
| XYZ | 6.29 | 3.78 | 2.59 | - |
| YUV | 51.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 42 | 0 | 0.74 | 0.59 | 0.6 | 348 | 0.58 | 0.25 |
| Hex | 66 | 1B | 2A | 0 | 4A | 3B | 3C | 15C | 3A | 19 |
| Octal | 146 | 33 | 52 | 0 | 112 | 73 | 74 | 534 | 72 | 31 |
| Binary | 1100110 | 11011 | 101010 | 0 | 1001010 | 111011 | 111100 | 101011100 | 111010 | 11001 |
Color Harmonies of #661B2A
Complementary color
Monochromatic Colors of #661B2A
Black with #661B2A
Text Example
Text Example
White with #661B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B2A; }
p { color: rgb(102,27,42); }
H1.HeaderClassName
{
color: #661B2A;
}
.AnyTagClassName
{
color: #661B2A;
}
</style>
background-color css
<style>
a { background-color: #661B2A; }
a { background-color: rgb(102,27,42); }
div.DivClassName
{
background-color: #661B2A;
}
.BgClassName
{
background-color: #661B2A;
}
</style>
border-color css
<style>
span { border-color: #661B2A; }
span { border-color: rgb(102,27,42); }
td.TdClassName
{
border-color: #661B2A;
}
.TagClassName
{
border-color: #661B2A;
}
</style>