Shades of Pohutukawa #660A1F
Tints of Pohutukawa #660A1F
RGB
CMYK
RGB Variations
Color information
#660A1F (or 0x660A1F) is known color: Pohutukawa. HEX triplet: 66, 0A and 1F. RGB value is (102,10,31). Sum of RGB (Red+Green+Blue) = 102+10+31=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #660A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A1F is #99F5E0. Grayscale: #272727. Windows color (decimal): -10089953 or 2034278. OLE color: 2034278.
HSL color Cylindrical-coordinate representation of color #660A1F: hue angle of 346.3º 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 #660A1F is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 10 | 31 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.6 |
| HSL | 346.3º | 0.82% | 0.22% | - |
| HSV(B) | 346.3º | 0.9% | 0.4% | - |
| XYZ | 5.84 | 3.14 | 1.59 | - |
| YUV | 39.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 31 | 0 | 0.90 | 0.70 | 0.6 | 346.3 | 0.82 | 0.22 |
| Hex | 66 | A | 1F | 0 | 5A | 46 | 3C | 15A | 52 | 16 |
| Octal | 146 | 12 | 37 | 0 | 132 | 106 | 74 | 532 | 122 | 26 |
| Binary | 1100110 | 1010 | 11111 | 0 | 1011010 | 1000110 | 111100 | 101011010 | 1010010 | 10110 |
Color Harmonies of #660A1F
Complementary color
Monochromatic Colors of #660A1F
Black with #660A1F
Text Example
Text Example
White with #660A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A1F; }
p { color: rgb(102,10,31); }
H1.HeaderClassName
{
color: #660A1F;
}
.AnyTagClassName
{
color: #660A1F;
}
</style>
background-color css
<style>
a { background-color: #660A1F; }
a { background-color: rgb(102,10,31); }
div.DivClassName
{
background-color: #660A1F;
}
.BgClassName
{
background-color: #660A1F;
}
</style>
border-color css
<style>
span { border-color: #660A1F; }
span { border-color: rgb(102,10,31); }
td.TdClassName
{
border-color: #660A1F;
}
.TagClassName
{
border-color: #660A1F;
}
</style>