Shades of Pohutukawa #662125
Tints of Pohutukawa #662125
RGB
CMYK
RGB Variations
Color information
#662125 (or 0x662125) is known color: Pohutukawa. HEX triplet: 66, 21 and 25. RGB value is (102,33,37). Sum of RGB (Red+Green+Blue) = 102+33+37=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662125 is #99DEDA. Grayscale: #363636. Windows color (decimal): -10084059 or 2433382. OLE color: 2433382.
HSL color Cylindrical-coordinate representation of color #662125: hue angle of 356.52º 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 #662125 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 33 | 37 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.6 |
| HSL | 356.52º | 0.51% | 0.26% | - |
| HSV(B) | 356.52º | 0.68% | 0.4% | - |
| XYZ | 6.36 | 4.05 | 2.2 | - |
| YUV | 54.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 37 | 0 | 0.68 | 0.64 | 0.6 | 356.52 | 0.51 | 0.26 |
| Hex | 66 | 21 | 25 | 0 | 44 | 40 | 3C | 165 | 33 | 1A |
| Octal | 146 | 41 | 45 | 0 | 104 | 100 | 74 | 545 | 63 | 32 |
| Binary | 1100110 | 100001 | 100101 | 0 | 1000100 | 1000000 | 111100 | 101100101 | 110011 | 11010 |
Color Harmonies of #662125
Complementary color
Monochromatic Colors of #662125
Black with #662125
Text Example
Text Example
White with #662125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662125; }
p { color: rgb(102,33,37); }
H1.HeaderClassName
{
color: #662125;
}
.AnyTagClassName
{
color: #662125;
}
</style>
background-color css
<style>
a { background-color: #662125; }
a { background-color: rgb(102,33,37); }
div.DivClassName
{
background-color: #662125;
}
.BgClassName
{
background-color: #662125;
}
</style>
border-color css
<style>
span { border-color: #662125; }
span { border-color: rgb(102,33,37); }
td.TdClassName
{
border-color: #662125;
}
.TagClassName
{
border-color: #662125;
}
</style>