Shades of Pohutukawa #65122D
Tints of Pohutukawa #65122D
RGB
CMYK
RGB Variations
Color information
#65122D (or 0x65122D) is known color: Pohutukawa. HEX triplet: 65, 12 and 2D. RGB value is (101,18,45). Sum of RGB (Red+Green+Blue) = 101+18+45=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #65122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65122D is #9AEDD2. Grayscale: #2D2D2D. Windows color (decimal): -10153427 or 2953829. OLE color: 2953829.
HSL color Cylindrical-coordinate representation of color #65122D: hue angle of 340.48º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65122D is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 18 | 45 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.60 |
| HSL | 340.48º | 0.7% | 0.23% | - |
| HSV(B) | 340.48º | 0.82% | 0.4% | - |
| XYZ | 6.06 | 3.39 | 2.82 | - |
| YUV | 45.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 45 | 0 | 0.82 | 0.55 | 0.60 | 340.48 | 0.7 | 0.23 |
| Hex | 65 | 12 | 2D | 0 | 52 | 37 | 3C | 154 | 46 | 17 |
| Octal | 145 | 22 | 55 | 0 | 122 | 67 | 74 | 524 | 106 | 27 |
| Binary | 1100101 | 10010 | 101101 | 0 | 1010010 | 110111 | 111100 | 101010100 | 1000110 | 10111 |
Color Harmonies of #65122D
Complementary color
Monochromatic Colors of #65122D
Black with #65122D
Text Example
Text Example
White with #65122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65122D; }
p { color: rgb(101,18,45); }
H1.HeaderClassName
{
color: #65122D;
}
.AnyTagClassName
{
color: #65122D;
}
</style>
background-color css
<style>
a { background-color: #65122D; }
a { background-color: rgb(101,18,45); }
div.DivClassName
{
background-color: #65122D;
}
.BgClassName
{
background-color: #65122D;
}
</style>
border-color css
<style>
span { border-color: #65122D; }
span { border-color: rgb(101,18,45); }
td.TdClassName
{
border-color: #65122D;
}
.TagClassName
{
border-color: #65122D;
}
</style>