Shades of Pohutukawa #660A0F
Tints of Pohutukawa #660A0F
RGB
CMYK
RGB Variations
Color information
#660A0F (or 0x660A0F) is known color: Pohutukawa. HEX triplet: 66, 0A and 0F. RGB value is (102,10,15). Sum of RGB (Red+Green+Blue) = 102+10+15=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #660A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A0F is #99F5F0. Grayscale: #262626. Windows color (decimal): -10089969 or 985702. OLE color: 985702.
HSL color Cylindrical-coordinate representation of color #660A0F: hue angle of 356.74º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A0F is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 15 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.6 |
| HSL | 356.74º | 0.82% | 0.22% | - |
| HSV(B) | 356.74º | 0.9% | 0.4% | - |
| XYZ | 5.67 | 3.08 | 0.75 | - |
| YUV | 38.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 15 | 0 | 0.90 | 0.85 | 0.6 | 356.74 | 0.82 | 0.22 |
| Hex | 66 | A | F | 0 | 5A | 55 | 3C | 165 | 52 | 16 |
| Octal | 146 | 12 | 17 | 0 | 132 | 125 | 74 | 545 | 122 | 26 |
| Binary | 1100110 | 1010 | 1111 | 0 | 1011010 | 1010101 | 111100 | 101100101 | 1010010 | 10110 |
Color Harmonies of #660A0F
Complementary color
Monochromatic Colors of #660A0F
Black with #660A0F
Text Example
Text Example
White with #660A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A0F; }
p { color: rgb(102,10,15); }
H1.HeaderClassName
{
color: #660A0F;
}
.AnyTagClassName
{
color: #660A0F;
}
</style>
background-color css
<style>
a { background-color: #660A0F; }
a { background-color: rgb(102,10,15); }
div.DivClassName
{
background-color: #660A0F;
}
.BgClassName
{
background-color: #660A0F;
}
</style>
border-color css
<style>
span { border-color: #660A0F; }
span { border-color: rgb(102,10,15); }
td.TdClassName
{
border-color: #660A0F;
}
.TagClassName
{
border-color: #660A0F;
}
</style>