Shades of Pohutukawa #660D26
Tints of Pohutukawa #660D26
RGB
CMYK
RGB Variations
Color information
#660D26 (or 0x660D26) is known color: Pohutukawa. HEX triplet: 66, 0D and 26. RGB value is (102,13,38). Sum of RGB (Red+Green+Blue) = 102+13+38=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #660D26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D26 is #99F2D9. Grayscale: #2A2A2A. Windows color (decimal): -10089178 or 2493798. OLE color: 2493798.
HSL color Cylindrical-coordinate representation of color #660D26: hue angle of 343.15º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D26 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 38 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.6 |
| HSL | 343.15º | 0.77% | 0.23% | - |
| HSV(B) | 343.15º | 0.87% | 0.4% | - |
| XYZ | 5.97 | 3.25 | 2.15 | - |
| YUV | 42.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 38 | 0 | 0.87 | 0.63 | 0.6 | 343.15 | 0.77 | 0.23 |
| Hex | 66 | D | 26 | 0 | 57 | 3F | 3C | 157 | 4D | 17 |
| Octal | 146 | 15 | 46 | 0 | 127 | 77 | 74 | 527 | 115 | 27 |
| Binary | 1100110 | 1101 | 100110 | 0 | 1010111 | 111111 | 111100 | 101010111 | 1001101 | 10111 |
Color Harmonies of #660D26
Complementary color
Monochromatic Colors of #660D26
Black with #660D26
Text Example
Text Example
White with #660D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D26; }
p { color: rgb(102,13,38); }
H1.HeaderClassName
{
color: #660D26;
}
.AnyTagClassName
{
color: #660D26;
}
</style>
background-color css
<style>
a { background-color: #660D26; }
a { background-color: rgb(102,13,38); }
div.DivClassName
{
background-color: #660D26;
}
.BgClassName
{
background-color: #660D26;
}
</style>
border-color css
<style>
span { border-color: #660D26; }
span { border-color: rgb(102,13,38); }
td.TdClassName
{
border-color: #660D26;
}
.TagClassName
{
border-color: #660D26;
}
</style>