Shades of Pohutukawa #652026
Tints of Pohutukawa #652026
RGB
CMYK
RGB Variations
Color information
#652026 (or 0x652026) is known color: Pohutukawa. HEX triplet: 65, 20 and 26. RGB value is (101,32,38). Sum of RGB (Red+Green+Blue) = 101+32+38=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #652026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652026 is #9ADFD9. Grayscale: #353535. Windows color (decimal): -10149850 or 2498661. OLE color: 2498661.
HSL color Cylindrical-coordinate representation of color #652026: hue angle of 354.78º degrees, saturation: 0.52, 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 #652026 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 38 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.60 |
| HSL | 354.78º | 0.52% | 0.26% | - |
| HSV(B) | 354.78º | 0.68% | 0.4% | - |
| XYZ | 6.23 | 3.94 | 2.27 | - |
| YUV | 53.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 38 | 0 | 0.68 | 0.62 | 0.60 | 354.78 | 0.52 | 0.26 |
| Hex | 65 | 20 | 26 | 0 | 44 | 3E | 3C | 163 | 34 | 1A |
| Octal | 145 | 40 | 46 | 0 | 104 | 76 | 74 | 543 | 64 | 32 |
| Binary | 1100101 | 100000 | 100110 | 0 | 1000100 | 111110 | 111100 | 101100011 | 110100 | 11010 |
Color Harmonies of #652026
Complementary color
Monochromatic Colors of #652026
Black with #652026
Text Example
Text Example
White with #652026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652026; }
p { color: rgb(101,32,38); }
H1.HeaderClassName
{
color: #652026;
}
.AnyTagClassName
{
color: #652026;
}
</style>
background-color css
<style>
a { background-color: #652026; }
a { background-color: rgb(101,32,38); }
div.DivClassName
{
background-color: #652026;
}
.BgClassName
{
background-color: #652026;
}
</style>
border-color css
<style>
span { border-color: #652026; }
span { border-color: rgb(101,32,38); }
td.TdClassName
{
border-color: #652026;
}
.TagClassName
{
border-color: #652026;
}
</style>