Shades of Pohutukawa #65141E
Tints of Pohutukawa #65141E
RGB
CMYK
RGB Variations
Color information
#65141E (or 0x65141E) is known color: Pohutukawa. HEX triplet: 65, 14 and 1E. RGB value is (101,20,30). Sum of RGB (Red+Green+Blue) = 101+20+30=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #65141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65141E is #9AEBE1. Grayscale: #2D2D2D. Windows color (decimal): -10152930 or 1971301. OLE color: 1971301.
HSL color Cylindrical-coordinate representation of color #65141E: hue angle of 352.59º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65141E is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 20 | 30 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.60 |
| HSL | 352.59º | 0.67% | 0.24% | - |
| HSV(B) | 352.59º | 0.8% | 0.4% | - |
| XYZ | 5.85 | 3.36 | 1.57 | - |
| YUV | 45.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 30 | 0 | 0.80 | 0.70 | 0.60 | 352.59 | 0.67 | 0.24 |
| Hex | 65 | 14 | 1E | 0 | 50 | 46 | 3C | 161 | 43 | 18 |
| Octal | 145 | 24 | 36 | 0 | 120 | 106 | 74 | 541 | 103 | 30 |
| Binary | 1100101 | 10100 | 11110 | 0 | 1010000 | 1000110 | 111100 | 101100001 | 1000011 | 11000 |
Color Harmonies of #65141E
Complementary color
Monochromatic Colors of #65141E
Black with #65141E
Text Example
Text Example
White with #65141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65141E; }
p { color: rgb(101,20,30); }
H1.HeaderClassName
{
color: #65141E;
}
.AnyTagClassName
{
color: #65141E;
}
</style>
background-color css
<style>
a { background-color: #65141E; }
a { background-color: rgb(101,20,30); }
div.DivClassName
{
background-color: #65141E;
}
.BgClassName
{
background-color: #65141E;
}
</style>
border-color css
<style>
span { border-color: #65141E; }
span { border-color: rgb(101,20,30); }
td.TdClassName
{
border-color: #65141E;
}
.TagClassName
{
border-color: #65141E;
}
</style>