Shades of Pohutukawa #662127
Tints of Pohutukawa #662127
RGB
CMYK
RGB Variations
Color information
#662127 (or 0x662127) is known color: Pohutukawa. HEX triplet: 66, 21 and 27. RGB value is (102,33,39). Sum of RGB (Red+Green+Blue) = 102+33+39=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #662127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662127 is #99DED8. Grayscale: #363636. Windows color (decimal): -10084057 or 2564454. OLE color: 2564454.
HSL color Cylindrical-coordinate representation of color #662127: hue angle of 354.78º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662127 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 39 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.6 |
| HSL | 354.78º | 0.51% | 0.26% | - |
| HSV(B) | 354.78º | 0.68% | 0.4% | - |
| XYZ | 6.39 | 4.06 | 2.37 | - |
| YUV | 54.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 39 | 0 | 0.68 | 0.62 | 0.6 | 354.78 | 0.51 | 0.26 |
| Hex | 66 | 21 | 27 | 0 | 44 | 3E | 3C | 163 | 33 | 1A |
| Octal | 146 | 41 | 47 | 0 | 104 | 76 | 74 | 543 | 63 | 32 |
| Binary | 1100110 | 100001 | 100111 | 0 | 1000100 | 111110 | 111100 | 101100011 | 110011 | 11010 |
Color Harmonies of #662127
Complementary color
Monochromatic Colors of #662127
Black with #662127
Text Example
Text Example
White with #662127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662127; }
p { color: rgb(102,33,39); }
H1.HeaderClassName
{
color: #662127;
}
.AnyTagClassName
{
color: #662127;
}
</style>
background-color css
<style>
a { background-color: #662127; }
a { background-color: rgb(102,33,39); }
div.DivClassName
{
background-color: #662127;
}
.BgClassName
{
background-color: #662127;
}
</style>
border-color css
<style>
span { border-color: #662127; }
span { border-color: rgb(102,33,39); }
td.TdClassName
{
border-color: #662127;
}
.TagClassName
{
border-color: #662127;
}
</style>