Shades of Pohutukawa #65161E
Tints of Pohutukawa #65161E
RGB
CMYK
RGB Variations
Color information
#65161E (or 0x65161E) is known color: Pohutukawa. HEX triplet: 65, 16 and 1E. RGB value is (101,22,30). Sum of RGB (Red+Green+Blue) = 101+22+30=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #65161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65161E is #9AE9E1. Grayscale: #2E2E2E. Windows color (decimal): -10152418 or 1971813. OLE color: 1971813.
HSL color Cylindrical-coordinate representation of color #65161E: hue angle of 353.92º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65161E is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 22 | 30 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.60 |
| HSL | 353.92º | 0.64% | 0.24% | - |
| HSV(B) | 353.92º | 0.78% | 0.4% | - |
| XYZ | 5.89 | 3.43 | 1.58 | - |
| YUV | 46.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 30 | 0 | 0.78 | 0.70 | 0.60 | 353.92 | 0.64 | 0.24 |
| Hex | 65 | 16 | 1E | 0 | 4E | 46 | 3C | 162 | 40 | 18 |
| Octal | 145 | 26 | 36 | 0 | 116 | 106 | 74 | 542 | 100 | 30 |
| Binary | 1100101 | 10110 | 11110 | 0 | 1001110 | 1000110 | 111100 | 101100010 | 1000000 | 11000 |
Color Harmonies of #65161E
Complementary color
Monochromatic Colors of #65161E
Black with #65161E
Text Example
Text Example
White with #65161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65161E; }
p { color: rgb(101,22,30); }
H1.HeaderClassName
{
color: #65161E;
}
.AnyTagClassName
{
color: #65161E;
}
</style>
background-color css
<style>
a { background-color: #65161E; }
a { background-color: rgb(101,22,30); }
div.DivClassName
{
background-color: #65161E;
}
.BgClassName
{
background-color: #65161E;
}
</style>
border-color css
<style>
span { border-color: #65161E; }
span { border-color: rgb(101,22,30); }
td.TdClassName
{
border-color: #65161E;
}
.TagClassName
{
border-color: #65161E;
}
</style>