Shades of Pohutukawa #65111F
Tints of Pohutukawa #65111F
RGB
CMYK
RGB Variations
Color information
#65111F (or 0x65111F) is known color: Pohutukawa. HEX triplet: 65, 11 and 1F. RGB value is (101,17,31). Sum of RGB (Red+Green+Blue) = 101+17+31=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #65111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65111F is #9AEEE0. Grayscale: #2B2B2B. Windows color (decimal): -10153697 or 2036069. OLE color: 2036069.
HSL color Cylindrical-coordinate representation of color #65111F: hue angle of 350º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65111F is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 31 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.60 |
| HSL | 350º | 0.71% | 0.23% | - |
| HSV(B) | 350º | 0.83% | 0.4% | - |
| XYZ | 5.81 | 3.27 | 1.62 | - |
| YUV | 43.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 31 | 0 | 0.83 | 0.69 | 0.60 | 350 | 0.71 | 0.23 |
| Hex | 65 | 11 | 1F | 0 | 53 | 45 | 3C | 15E | 47 | 17 |
| Octal | 145 | 21 | 37 | 0 | 123 | 105 | 74 | 536 | 107 | 27 |
| Binary | 1100101 | 10001 | 11111 | 0 | 1010011 | 1000101 | 111100 | 101011110 | 1000111 | 10111 |
Color Harmonies of #65111F
Complementary color
Monochromatic Colors of #65111F
Black with #65111F
Text Example
Text Example
White with #65111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65111F; }
p { color: rgb(101,17,31); }
H1.HeaderClassName
{
color: #65111F;
}
.AnyTagClassName
{
color: #65111F;
}
</style>
background-color css
<style>
a { background-color: #65111F; }
a { background-color: rgb(101,17,31); }
div.DivClassName
{
background-color: #65111F;
}
.BgClassName
{
background-color: #65111F;
}
</style>
border-color css
<style>
span { border-color: #65111F; }
span { border-color: rgb(101,17,31); }
td.TdClassName
{
border-color: #65111F;
}
.TagClassName
{
border-color: #65111F;
}
</style>