Shades of Pohutukawa #65202E
Tints of Pohutukawa #65202E
RGB
CMYK
RGB Variations
Color information
#65202E (or 0x65202E) is known color: Pohutukawa. HEX triplet: 65, 20 and 2E. RGB value is (101,32,46). Sum of RGB (Red+Green+Blue) = 101+32+46=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65202E is #9ADFD1. Grayscale: #363636. Windows color (decimal): -10149842 or 3022949. OLE color: 3022949.
HSL color Cylindrical-coordinate representation of color #65202E: hue angle of 347.83º 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 #65202E is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 46 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.60 |
| HSL | 347.83º | 0.52% | 0.26% | - |
| HSV(B) | 347.83º | 0.68% | 0.4% | - |
| XYZ | 6.38 | 4 | 3.02 | - |
| YUV | 54.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 46 | 0 | 0.68 | 0.54 | 0.60 | 347.83 | 0.52 | 0.26 |
| Hex | 65 | 20 | 2E | 0 | 44 | 36 | 3C | 15C | 34 | 1A |
| Octal | 145 | 40 | 56 | 0 | 104 | 66 | 74 | 534 | 64 | 32 |
| Binary | 1100101 | 100000 | 101110 | 0 | 1000100 | 110110 | 111100 | 101011100 | 110100 | 11010 |
Color Harmonies of #65202E
Complementary color
Monochromatic Colors of #65202E
Black with #65202E
Text Example
Text Example
White with #65202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65202E; }
p { color: rgb(101,32,46); }
H1.HeaderClassName
{
color: #65202E;
}
.AnyTagClassName
{
color: #65202E;
}
</style>
background-color css
<style>
a { background-color: #65202E; }
a { background-color: rgb(101,32,46); }
div.DivClassName
{
background-color: #65202E;
}
.BgClassName
{
background-color: #65202E;
}
</style>
border-color css
<style>
span { border-color: #65202E; }
span { border-color: rgb(101,32,46); }
td.TdClassName
{
border-color: #65202E;
}
.TagClassName
{
border-color: #65202E;
}
</style>