Shades of Pohutukawa #65142D
Tints of Pohutukawa #65142D
RGB
CMYK
RGB Variations
Color information
#65142D (or 0x65142D) is known color: Pohutukawa. HEX triplet: 65, 14 and 2D. RGB value is (101,20,45). Sum of RGB (Red+Green+Blue) = 101+20+45=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #65142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65142D is #9AEBD2. Grayscale: #2F2F2F. Windows color (decimal): -10152915 or 2954341. OLE color: 2954341.
HSL color Cylindrical-coordinate representation of color #65142D: hue angle of 341.48º 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 #65142D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 20 | 45 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.60 |
| HSL | 341.48º | 0.67% | 0.24% | - |
| HSV(B) | 341.48º | 0.8% | 0.4% | - |
| XYZ | 6.09 | 3.46 | 2.83 | - |
| YUV | 47.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 45 | 0 | 0.80 | 0.55 | 0.60 | 341.48 | 0.67 | 0.24 |
| Hex | 65 | 14 | 2D | 0 | 50 | 37 | 3C | 155 | 43 | 18 |
| Octal | 145 | 24 | 55 | 0 | 120 | 67 | 74 | 525 | 103 | 30 |
| Binary | 1100101 | 10100 | 101101 | 0 | 1010000 | 110111 | 111100 | 101010101 | 1000011 | 11000 |
Color Harmonies of #65142D
Complementary color
Monochromatic Colors of #65142D
Black with #65142D
Text Example
Text Example
White with #65142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65142D; }
p { color: rgb(101,20,45); }
H1.HeaderClassName
{
color: #65142D;
}
.AnyTagClassName
{
color: #65142D;
}
</style>
background-color css
<style>
a { background-color: #65142D; }
a { background-color: rgb(101,20,45); }
div.DivClassName
{
background-color: #65142D;
}
.BgClassName
{
background-color: #65142D;
}
</style>
border-color css
<style>
span { border-color: #65142D; }
span { border-color: rgb(101,20,45); }
td.TdClassName
{
border-color: #65142D;
}
.TagClassName
{
border-color: #65142D;
}
</style>