Shades of Pohutukawa #661B1C
Tints of Pohutukawa #661B1C
RGB
CMYK
RGB Variations
Color information
#661B1C (or 0x661B1C) is known color: Pohutukawa. HEX triplet: 66, 1B and 1C. RGB value is (102,27,28). Sum of RGB (Red+Green+Blue) = 102+27+28=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #661B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B1C is #99E4E3. Grayscale: #313131. Windows color (decimal): -10085604 or 1842022. OLE color: 1842022.
HSL color Cylindrical-coordinate representation of color #661B1C: hue angle of 359.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 #661B1C is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 27 | 28 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.6 |
| HSL | 359.2º | 0.58% | 0.25% | - |
| HSV(B) | 359.2º | 0.74% | 0.4% | - |
| XYZ | 6.08 | 3.69 | 1.49 | - |
| YUV | 49.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 28 | 0 | 0.74 | 0.73 | 0.6 | 359.2 | 0.58 | 0.25 |
| Hex | 66 | 1B | 1C | 0 | 4A | 49 | 3C | 167 | 3A | 19 |
| Octal | 146 | 33 | 34 | 0 | 112 | 111 | 74 | 547 | 72 | 31 |
| Binary | 1100110 | 11011 | 11100 | 0 | 1001010 | 1001001 | 111100 | 101100111 | 111010 | 11001 |
Color Harmonies of #661B1C
Complementary color
Monochromatic Colors of #661B1C
Black with #661B1C
Text Example
Text Example
White with #661B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661B1C; }
p { color: rgb(102,27,28); }
H1.HeaderClassName
{
color: #661B1C;
}
.AnyTagClassName
{
color: #661B1C;
}
</style>
background-color css
<style>
a { background-color: #661B1C; }
a { background-color: rgb(102,27,28); }
div.DivClassName
{
background-color: #661B1C;
}
.BgClassName
{
background-color: #661B1C;
}
</style>
border-color css
<style>
span { border-color: #661B1C; }
span { border-color: rgb(102,27,28); }
td.TdClassName
{
border-color: #661B1C;
}
.TagClassName
{
border-color: #661B1C;
}
</style>