Shades of Pohutukawa #65121D
Tints of Pohutukawa #65121D
RGB
CMYK
RGB Variations
Color information
#65121D (or 0x65121D) is known color: Pohutukawa. HEX triplet: 65, 12 and 1D. RGB value is (101,18,29). Sum of RGB (Red+Green+Blue) = 101+18+29=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #65121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65121D is #9AEDE2. Grayscale: #2C2C2C. Windows color (decimal): -10153443 or 1905253. OLE color: 1905253.
HSL color Cylindrical-coordinate representation of color #65121D: hue angle of 352.05º 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 #65121D is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 18 | 29 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.60 |
| HSL | 352.05º | 0.7% | 0.23% | - |
| HSV(B) | 352.05º | 0.82% | 0.4% | - |
| XYZ | 5.8 | 3.29 | 1.49 | - |
| YUV | 44.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 29 | 0 | 0.82 | 0.71 | 0.60 | 352.05 | 0.7 | 0.23 |
| Hex | 65 | 12 | 1D | 0 | 52 | 47 | 3C | 160 | 46 | 17 |
| Octal | 145 | 22 | 35 | 0 | 122 | 107 | 74 | 540 | 106 | 27 |
| Binary | 1100101 | 10010 | 11101 | 0 | 1010010 | 1000111 | 111100 | 101100000 | 1000110 | 10111 |
Color Harmonies of #65121D
Complementary color
Monochromatic Colors of #65121D
Black with #65121D
Text Example
Text Example
White with #65121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65121D; }
p { color: rgb(101,18,29); }
H1.HeaderClassName
{
color: #65121D;
}
.AnyTagClassName
{
color: #65121D;
}
</style>
background-color css
<style>
a { background-color: #65121D; }
a { background-color: rgb(101,18,29); }
div.DivClassName
{
background-color: #65121D;
}
.BgClassName
{
background-color: #65121D;
}
</style>
border-color css
<style>
span { border-color: #65121D; }
span { border-color: rgb(101,18,29); }
td.TdClassName
{
border-color: #65121D;
}
.TagClassName
{
border-color: #65121D;
}
</style>