Shades of Pohutukawa #661B2D
Tints of Pohutukawa #661B2D
RGB
CMYK
RGB Variations
Color information
#661B2D (or 0x661B2D) is known color: Pohutukawa. HEX triplet: 66, 1B and 2D. RGB value is (102,27,45). Sum of RGB (Red+Green+Blue) = 102+27+45=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #661B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B2D is #99E4D2. Grayscale: #333333. Windows color (decimal): -10085587 or 2956134. OLE color: 2956134.
HSL color Cylindrical-coordinate representation of color #661B2D: hue angle of 345.6º 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 #661B2D is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 45 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.6 |
| HSL | 345.6º | 0.58% | 0.25% | - |
| HSV(B) | 345.6º | 0.74% | 0.4% | - |
| XYZ | 6.35 | 3.8 | 2.88 | - |
| YUV | 51.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 45 | 0 | 0.74 | 0.56 | 0.6 | 345.6 | 0.58 | 0.25 |
| Hex | 66 | 1B | 2D | 0 | 4A | 38 | 3C | 15A | 3A | 19 |
| Octal | 146 | 33 | 55 | 0 | 112 | 70 | 74 | 532 | 72 | 31 |
| Binary | 1100110 | 11011 | 101101 | 0 | 1001010 | 111000 | 111100 | 101011010 | 111010 | 11001 |
Color Harmonies of #661B2D
Complementary color
Monochromatic Colors of #661B2D
Black with #661B2D
Text Example
Text Example
White with #661B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B2D; }
p { color: rgb(102,27,45); }
H1.HeaderClassName
{
color: #661B2D;
}
.AnyTagClassName
{
color: #661B2D;
}
</style>
background-color css
<style>
a { background-color: #661B2D; }
a { background-color: rgb(102,27,45); }
div.DivClassName
{
background-color: #661B2D;
}
.BgClassName
{
background-color: #661B2D;
}
</style>
border-color css
<style>
span { border-color: #661B2D; }
span { border-color: rgb(102,27,45); }
td.TdClassName
{
border-color: #661B2D;
}
.TagClassName
{
border-color: #661B2D;
}
</style>