Shades of Pohutukawa #660A0D
Tints of Pohutukawa #660A0D
RGB
CMYK
RGB Variations
Color information
#660A0D (or 0x660A0D) is known color: Pohutukawa. HEX triplet: 66, 0A and 0D. RGB value is (102,10,13). Sum of RGB (Red+Green+Blue) = 102+10+13=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #660A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A0D is #99F5F2. Grayscale: #252525. Windows color (decimal): -10089971 or 854630. OLE color: 854630.
HSL color Cylindrical-coordinate representation of color #660A0D: hue angle of 358.04º 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 #660A0D is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 13 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.6 |
| HSL | 358.04º | 0.82% | 0.22% | - |
| HSV(B) | 358.04º | 0.9% | 0.4% | - |
| XYZ | 5.66 | 3.07 | 0.68 | - |
| YUV | 37.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 13 | 0 | 0.90 | 0.87 | 0.6 | 358.04 | 0.82 | 0.22 |
| Hex | 66 | A | D | 0 | 5A | 57 | 3C | 166 | 52 | 16 |
| Octal | 146 | 12 | 15 | 0 | 132 | 127 | 74 | 546 | 122 | 26 |
| Binary | 1100110 | 1010 | 1101 | 0 | 1011010 | 1010111 | 111100 | 101100110 | 1010010 | 10110 |
Color Harmonies of #660A0D
Complementary color
Monochromatic Colors of #660A0D
Black with #660A0D
Text Example
Text Example
White with #660A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A0D; }
p { color: rgb(102,10,13); }
H1.HeaderClassName
{
color: #660A0D;
}
.AnyTagClassName
{
color: #660A0D;
}
</style>
background-color css
<style>
a { background-color: #660A0D; }
a { background-color: rgb(102,10,13); }
div.DivClassName
{
background-color: #660A0D;
}
.BgClassName
{
background-color: #660A0D;
}
</style>
border-color css
<style>
span { border-color: #660A0D; }
span { border-color: rgb(102,10,13); }
td.TdClassName
{
border-color: #660A0D;
}
.TagClassName
{
border-color: #660A0D;
}
</style>