Shades of Pohutukawa #65181E
Tints of Pohutukawa #65181E
RGB
CMYK
RGB Variations
Color information
#65181E (or 0x65181E) is known color: Pohutukawa. HEX triplet: 65, 18 and 1E. RGB value is (101,24,30). Sum of RGB (Red+Green+Blue) = 101+24+30=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #65181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65181E is #9AE7E1. Grayscale: #2F2F2F. Windows color (decimal): -10151906 or 1972325. OLE color: 1972325.
HSL color Cylindrical-coordinate representation of color #65181E: hue angle of 355.32º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65181E is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 30 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.60 |
| HSL | 355.32º | 0.62% | 0.25% | - |
| HSV(B) | 355.32º | 0.76% | 0.4% | - |
| XYZ | 5.93 | 3.51 | 1.59 | - |
| YUV | 47.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 30 | 0 | 0.76 | 0.70 | 0.60 | 355.32 | 0.62 | 0.25 |
| Hex | 65 | 18 | 1E | 0 | 4C | 46 | 3C | 163 | 3E | 19 |
| Octal | 145 | 30 | 36 | 0 | 114 | 106 | 74 | 543 | 76 | 31 |
| Binary | 1100101 | 11000 | 11110 | 0 | 1001100 | 1000110 | 111100 | 101100011 | 111110 | 11001 |
Color Harmonies of #65181E
Complementary color
Monochromatic Colors of #65181E
Black with #65181E
Text Example
Text Example
White with #65181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65181E; }
p { color: rgb(101,24,30); }
H1.HeaderClassName
{
color: #65181E;
}
.AnyTagClassName
{
color: #65181E;
}
</style>
background-color css
<style>
a { background-color: #65181E; }
a { background-color: rgb(101,24,30); }
div.DivClassName
{
background-color: #65181E;
}
.BgClassName
{
background-color: #65181E;
}
</style>
border-color css
<style>
span { border-color: #65181E; }
span { border-color: rgb(101,24,30); }
td.TdClassName
{
border-color: #65181E;
}
.TagClassName
{
border-color: #65181E;
}
</style>