Shades of Pohutukawa #660F2D
Tints of Pohutukawa #660F2D
RGB
CMYK
RGB Variations
Color information
#660F2D (or 0x660F2D) is known color: Pohutukawa. HEX triplet: 66, 0F and 2D. RGB value is (102,15,45). Sum of RGB (Red+Green+Blue) = 102+15+45=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #660F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F2D is #99F0D2. Grayscale: #2C2C2C. Windows color (decimal): -10088659 or 2953062. OLE color: 2953062.
HSL color Cylindrical-coordinate representation of color #660F2D: hue angle of 339.31º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F2D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 15 | 45 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.6 |
| HSL | 339.31º | 0.74% | 0.23% | - |
| HSV(B) | 339.31º | 0.85% | 0.4% | - |
| XYZ | 6.12 | 3.36 | 2.81 | - |
| YUV | 44.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 45 | 0 | 0.85 | 0.56 | 0.6 | 339.31 | 0.74 | 0.23 |
| Hex | 66 | F | 2D | 0 | 55 | 38 | 3C | 153 | 4A | 17 |
| Octal | 146 | 17 | 55 | 0 | 125 | 70 | 74 | 523 | 112 | 27 |
| Binary | 1100110 | 1111 | 101101 | 0 | 1010101 | 111000 | 111100 | 101010011 | 1001010 | 10111 |
Color Harmonies of #660F2D
Complementary color
Monochromatic Colors of #660F2D
Black with #660F2D
Text Example
Text Example
White with #660F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F2D; }
p { color: rgb(102,15,45); }
H1.HeaderClassName
{
color: #660F2D;
}
.AnyTagClassName
{
color: #660F2D;
}
</style>
background-color css
<style>
a { background-color: #660F2D; }
a { background-color: rgb(102,15,45); }
div.DivClassName
{
background-color: #660F2D;
}
.BgClassName
{
background-color: #660F2D;
}
</style>
border-color css
<style>
span { border-color: #660F2D; }
span { border-color: rgb(102,15,45); }
td.TdClassName
{
border-color: #660F2D;
}
.TagClassName
{
border-color: #660F2D;
}
</style>