Shades of Pohutukawa #652126
Tints of Pohutukawa #652126
RGB
CMYK
RGB Variations
Color information
#652126 (or 0x652126) is known color: Pohutukawa. HEX triplet: 65, 21 and 26. RGB value is (101,33,38). Sum of RGB (Red+Green+Blue) = 101+33+38=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #652126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652126 is #9ADED9. Grayscale: #353535. Windows color (decimal): -10149594 or 2498917. OLE color: 2498917.
HSL color Cylindrical-coordinate representation of color #652126: hue angle of 355.59º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652126 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 38 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.60 |
| HSL | 355.59º | 0.51% | 0.26% | - |
| HSV(B) | 355.59º | 0.67% | 0.4% | - |
| XYZ | 6.26 | 3.99 | 2.27 | - |
| YUV | 53.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 38 | 0 | 0.67 | 0.62 | 0.60 | 355.59 | 0.51 | 0.26 |
| Hex | 65 | 21 | 26 | 0 | 43 | 3E | 3C | 164 | 33 | 1A |
| Octal | 145 | 41 | 46 | 0 | 103 | 76 | 74 | 544 | 63 | 32 |
| Binary | 1100101 | 100001 | 100110 | 0 | 1000011 | 111110 | 111100 | 101100100 | 110011 | 11010 |
Color Harmonies of #652126
Complementary color
Monochromatic Colors of #652126
Black with #652126
Text Example
Text Example
White with #652126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652126; }
p { color: rgb(101,33,38); }
H1.HeaderClassName
{
color: #652126;
}
.AnyTagClassName
{
color: #652126;
}
</style>
background-color css
<style>
a { background-color: #652126; }
a { background-color: rgb(101,33,38); }
div.DivClassName
{
background-color: #652126;
}
.BgClassName
{
background-color: #652126;
}
</style>
border-color css
<style>
span { border-color: #652126; }
span { border-color: rgb(101,33,38); }
td.TdClassName
{
border-color: #652126;
}
.TagClassName
{
border-color: #652126;
}
</style>