Shades of Pohutukawa #66181F
Tints of Pohutukawa #66181F
RGB
CMYK
RGB Variations
Color information
#66181F (or 0x66181F) is known color: Pohutukawa. HEX triplet: 66, 18 and 1F. RGB value is (102,24,31). Sum of RGB (Red+Green+Blue) = 102+24+31=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #66181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66181F is #99E7E0. Grayscale: #303030. Windows color (decimal): -10086369 or 2037862. OLE color: 2037862.
HSL color Cylindrical-coordinate representation of color #66181F: hue angle of 354.62º 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 #66181F is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 24 | 31 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.6 |
| HSL | 354.62º | 0.62% | 0.25% | - |
| HSV(B) | 354.62º | 0.76% | 0.4% | - |
| XYZ | 6.05 | 3.58 | 1.67 | - |
| YUV | 48.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 31 | 0 | 0.76 | 0.70 | 0.6 | 354.62 | 0.62 | 0.25 |
| Hex | 66 | 18 | 1F | 0 | 4C | 46 | 3C | 163 | 3E | 19 |
| Octal | 146 | 30 | 37 | 0 | 114 | 106 | 74 | 543 | 76 | 31 |
| Binary | 1100110 | 11000 | 11111 | 0 | 1001100 | 1000110 | 111100 | 101100011 | 111110 | 11001 |
Color Harmonies of #66181F
Complementary color
Monochromatic Colors of #66181F
Black with #66181F
Text Example
Text Example
White with #66181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66181F; }
p { color: rgb(102,24,31); }
H1.HeaderClassName
{
color: #66181F;
}
.AnyTagClassName
{
color: #66181F;
}
</style>
background-color css
<style>
a { background-color: #66181F; }
a { background-color: rgb(102,24,31); }
div.DivClassName
{
background-color: #66181F;
}
.BgClassName
{
background-color: #66181F;
}
</style>
border-color css
<style>
span { border-color: #66181F; }
span { border-color: rgb(102,24,31); }
td.TdClassName
{
border-color: #66181F;
}
.TagClassName
{
border-color: #66181F;
}
</style>