Shades of Pohutukawa #65181F
Tints of Pohutukawa #65181F
RGB
CMYK
RGB Variations
Color information
#65181F (or 0x65181F) is known color: Pohutukawa. HEX triplet: 65, 18 and 1F. RGB value is (101,24,31). Sum of RGB (Red+Green+Blue) = 101+24+31=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #65181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65181F is #9AE7E0. Grayscale: #2F2F2F. Windows color (decimal): -10151905 or 2037861. OLE color: 2037861.
HSL color Cylindrical-coordinate representation of color #65181F: hue angle of 354.55º 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 #65181F is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 31 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.60 |
| HSL | 354.55º | 0.62% | 0.25% | - |
| HSV(B) | 354.55º | 0.76% | 0.4% | - |
| XYZ | 5.94 | 3.52 | 1.66 | - |
| YUV | 47.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 31 | 0 | 0.76 | 0.69 | 0.60 | 354.55 | 0.62 | 0.25 |
| Hex | 65 | 18 | 1F | 0 | 4C | 45 | 3C | 163 | 3E | 19 |
| Octal | 145 | 30 | 37 | 0 | 114 | 105 | 74 | 543 | 76 | 31 |
| Binary | 1100101 | 11000 | 11111 | 0 | 1001100 | 1000101 | 111100 | 101100011 | 111110 | 11001 |
Color Harmonies of #65181F
Complementary color
Monochromatic Colors of #65181F
Black with #65181F
Text Example
Text Example
White with #65181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65181F; }
p { color: rgb(101,24,31); }
H1.HeaderClassName
{
color: #65181F;
}
.AnyTagClassName
{
color: #65181F;
}
</style>
background-color css
<style>
a { background-color: #65181F; }
a { background-color: rgb(101,24,31); }
div.DivClassName
{
background-color: #65181F;
}
.BgClassName
{
background-color: #65181F;
}
</style>
border-color css
<style>
span { border-color: #65181F; }
span { border-color: rgb(101,24,31); }
td.TdClassName
{
border-color: #65181F;
}
.TagClassName
{
border-color: #65181F;
}
</style>