Shades of Pohutukawa #65202D
Tints of Pohutukawa #65202D
RGB
CMYK
RGB Variations
Color information
#65202D (or 0x65202D) is known color: Pohutukawa. HEX triplet: 65, 20 and 2D. RGB value is (101,32,45). Sum of RGB (Red+Green+Blue) = 101+32+45=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #65202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65202D is #9ADFD2. Grayscale: #363636. Windows color (decimal): -10149843 or 2957413. OLE color: 2957413.
HSL color Cylindrical-coordinate representation of color #65202D: hue angle of 348.7º 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 #65202D is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 32 | 45 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.60 |
| HSL | 348.7º | 0.52% | 0.26% | - |
| HSV(B) | 348.7º | 0.68% | 0.4% | - |
| XYZ | 6.36 | 3.99 | 2.92 | - |
| YUV | 54.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 45 | 0 | 0.68 | 0.55 | 0.60 | 348.7 | 0.52 | 0.26 |
| Hex | 65 | 20 | 2D | 0 | 44 | 37 | 3C | 15D | 34 | 1A |
| Octal | 145 | 40 | 55 | 0 | 104 | 67 | 74 | 535 | 64 | 32 |
| Binary | 1100101 | 100000 | 101101 | 0 | 1000100 | 110111 | 111100 | 101011101 | 110100 | 11010 |
Color Harmonies of #65202D
Complementary color
Monochromatic Colors of #65202D
Black with #65202D
Text Example
Text Example
White with #65202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65202D; }
p { color: rgb(101,32,45); }
H1.HeaderClassName
{
color: #65202D;
}
.AnyTagClassName
{
color: #65202D;
}
</style>
background-color css
<style>
a { background-color: #65202D; }
a { background-color: rgb(101,32,45); }
div.DivClassName
{
background-color: #65202D;
}
.BgClassName
{
background-color: #65202D;
}
</style>
border-color css
<style>
span { border-color: #65202D; }
span { border-color: rgb(101,32,45); }
td.TdClassName
{
border-color: #65202D;
}
.TagClassName
{
border-color: #65202D;
}
</style>