Shades of Pohutukawa #66181E
Tints of Pohutukawa #66181E
RGB
CMYK
RGB Variations
Color information
#66181E (or 0x66181E) is known color: Pohutukawa. HEX triplet: 66, 18 and 1E. RGB value is (102,24,30). Sum of RGB (Red+Green+Blue) = 102+24+30=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #66181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66181E is #99E7E1. Grayscale: #303030. Windows color (decimal): -10086370 or 1972326. OLE color: 1972326.
HSL color Cylindrical-coordinate representation of color #66181E: hue angle of 355.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66181E is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 30 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.6 |
| HSL | 355.38º | 0.62% | 0.25% | - |
| HSV(B) | 355.38º | 0.76% | 0.4% | - |
| XYZ | 6.04 | 3.57 | 1.6 | - |
| YUV | 48.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 30 | 0 | 0.76 | 0.71 | 0.6 | 355.38 | 0.62 | 0.25 |
| Hex | 66 | 18 | 1E | 0 | 4C | 47 | 3C | 163 | 3E | 19 |
| Octal | 146 | 30 | 36 | 0 | 114 | 107 | 74 | 543 | 76 | 31 |
| Binary | 1100110 | 11000 | 11110 | 0 | 1001100 | 1000111 | 111100 | 101100011 | 111110 | 11001 |
Color Harmonies of #66181E
Complementary color
Monochromatic Colors of #66181E
Black with #66181E
Text Example
Text Example
White with #66181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66181E; }
p { color: rgb(102,24,30); }
H1.HeaderClassName
{
color: #66181E;
}
.AnyTagClassName
{
color: #66181E;
}
</style>
background-color css
<style>
a { background-color: #66181E; }
a { background-color: rgb(102,24,30); }
div.DivClassName
{
background-color: #66181E;
}
.BgClassName
{
background-color: #66181E;
}
</style>
border-color css
<style>
span { border-color: #66181E; }
span { border-color: rgb(102,24,30); }
td.TdClassName
{
border-color: #66181E;
}
.TagClassName
{
border-color: #66181E;
}
</style>