Shades of Pohutukawa #65091F
Tints of Pohutukawa #65091F
RGB
CMYK
RGB Variations
Color information
#65091F (or 0x65091F) is known color: Pohutukawa. HEX triplet: 65, 09 and 1F. RGB value is (101,9,31). Sum of RGB (Red+Green+Blue) = 101+9+31=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #65091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65091F is #9AF6E0. Grayscale: #272727. Windows color (decimal): -10155745 or 2034021. OLE color: 2034021.
HSL color Cylindrical-coordinate representation of color #65091F: hue angle of 345.65º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65091F is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 9 | 31 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.60 |
| HSL | 345.65º | 0.84% | 0.22% | - |
| HSV(B) | 345.65º | 0.91% | 0.4% | - |
| XYZ | 5.71 | 3.06 | 1.59 | - |
| YUV | 39.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 31 | 0 | 0.91 | 0.69 | 0.60 | 345.65 | 0.84 | 0.22 |
| Hex | 65 | 9 | 1F | 0 | 5B | 45 | 3C | 15A | 54 | 16 |
| Octal | 145 | 11 | 37 | 0 | 133 | 105 | 74 | 532 | 124 | 26 |
| Binary | 1100101 | 1001 | 11111 | 0 | 1011011 | 1000101 | 111100 | 101011010 | 1010100 | 10110 |
Color Harmonies of #65091F
Complementary color
Monochromatic Colors of #65091F
Black with #65091F
Text Example
Text Example
White with #65091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65091F; }
p { color: rgb(101,9,31); }
H1.HeaderClassName
{
color: #65091F;
}
.AnyTagClassName
{
color: #65091F;
}
</style>
background-color css
<style>
a { background-color: #65091F; }
a { background-color: rgb(101,9,31); }
div.DivClassName
{
background-color: #65091F;
}
.BgClassName
{
background-color: #65091F;
}
</style>
border-color css
<style>
span { border-color: #65091F; }
span { border-color: rgb(101,9,31); }
td.TdClassName
{
border-color: #65091F;
}
.TagClassName
{
border-color: #65091F;
}
</style>