Shades of Pohutukawa #65071E
Tints of Pohutukawa #65071E
RGB
CMYK
RGB Variations
Color information
#65071E (or 0x65071E) is known color: Pohutukawa. HEX triplet: 65, 07 and 1E. RGB value is (101,7,30). Sum of RGB (Red+Green+Blue) = 101+7+30=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #65071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65071E is #9AF8E1. Grayscale: #252525. Windows color (decimal): -10156258 or 1967973. OLE color: 1967973.
HSL color Cylindrical-coordinate representation of color #65071E: hue angle of 345.32º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65071E is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 30 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.60 |
| HSL | 345.32º | 0.87% | 0.21% | - |
| HSV(B) | 345.32º | 0.93% | 0.4% | - |
| XYZ | 5.68 | 3.01 | 1.51 | - |
| YUV | 37.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 30 | 0 | 0.93 | 0.70 | 0.60 | 345.32 | 0.87 | 0.21 |
| Hex | 65 | 7 | 1E | 0 | 5D | 46 | 3C | 159 | 57 | 15 |
| Octal | 145 | 7 | 36 | 0 | 135 | 106 | 74 | 531 | 127 | 25 |
| Binary | 1100101 | 111 | 11110 | 0 | 1011101 | 1000110 | 111100 | 101011001 | 1010111 | 10101 |
Color Harmonies of #65071E
Complementary color
Monochromatic Colors of #65071E
Black with #65071E
Text Example
Text Example
White with #65071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65071E; }
p { color: rgb(101,7,30); }
H1.HeaderClassName
{
color: #65071E;
}
.AnyTagClassName
{
color: #65071E;
}
</style>
background-color css
<style>
a { background-color: #65071E; }
a { background-color: rgb(101,7,30); }
div.DivClassName
{
background-color: #65071E;
}
.BgClassName
{
background-color: #65071E;
}
</style>
border-color css
<style>
span { border-color: #65071E; }
span { border-color: rgb(101,7,30); }
td.TdClassName
{
border-color: #65071E;
}
.TagClassName
{
border-color: #65071E;
}
</style>