Shades of Pohutukawa #66051B
Tints of Pohutukawa #66051B
RGB
CMYK
RGB Variations
Color information
#66051B (or 0x66051B) is known color: Pohutukawa. HEX triplet: 66, 05 and 1B. RGB value is (102,5,27). Sum of RGB (Red+Green+Blue) = 102+5+27=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #66051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66051B is #99FAE4. Grayscale: #242424. Windows color (decimal): -10091237 or 1770854. OLE color: 1770854.
HSL color Cylindrical-coordinate representation of color #66051B: hue angle of 346.39º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66051B is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 5 | 27 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.6 |
| HSL | 346.39º | 0.91% | 0.21% | - |
| HSV(B) | 346.39º | 0.95% | 0.4% | - |
| XYZ | 5.73 | 3.01 | 1.32 | - |
| YUV | 36.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 27 | 0 | 0.95 | 0.74 | 0.6 | 346.39 | 0.91 | 0.21 |
| Hex | 66 | 5 | 1B | 0 | 5F | 4A | 3C | 15A | 5B | 15 |
| Octal | 146 | 5 | 33 | 0 | 137 | 112 | 74 | 532 | 133 | 25 |
| Binary | 1100110 | 101 | 11011 | 0 | 1011111 | 1001010 | 111100 | 101011010 | 1011011 | 10101 |
Color Harmonies of #66051B
Complementary color
Monochromatic Colors of #66051B
Black with #66051B
Text Example
Text Example
White with #66051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66051B; }
p { color: rgb(102,5,27); }
H1.HeaderClassName
{
color: #66051B;
}
.AnyTagClassName
{
color: #66051B;
}
</style>
background-color css
<style>
a { background-color: #66051B; }
a { background-color: rgb(102,5,27); }
div.DivClassName
{
background-color: #66051B;
}
.BgClassName
{
background-color: #66051B;
}
</style>
border-color css
<style>
span { border-color: #66051B; }
span { border-color: rgb(102,5,27); }
td.TdClassName
{
border-color: #66051B;
}
.TagClassName
{
border-color: #66051B;
}
</style>