Shades of Pohutukawa #65121C
Tints of Pohutukawa #65121C
RGB
CMYK
RGB Variations
Color information
#65121C (or 0x65121C) is known color: Pohutukawa. HEX triplet: 65, 12 and 1C. RGB value is (101,18,28). Sum of RGB (Red+Green+Blue) = 101+18+28=147 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.71% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 101 - color contains mainly: red. Hex color #65121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65121C is #9AEDE3. Grayscale: #2B2B2B. Windows color (decimal): -10153444 or 1839717. OLE color: 1839717.
HSL color Cylindrical-coordinate representation of color #65121C: hue angle of 352.77º 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 #65121C is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 18 | 28 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.60 |
| HSL | 352.77º | 0.7% | 0.23% | - |
| HSV(B) | 352.77º | 0.82% | 0.4% | - |
| XYZ | 5.79 | 3.28 | 1.43 | - |
| YUV | 43.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 28 | 0 | 0.82 | 0.72 | 0.60 | 352.77 | 0.7 | 0.23 |
| Hex | 65 | 12 | 1C | 0 | 52 | 48 | 3C | 161 | 46 | 17 |
| Octal | 145 | 22 | 34 | 0 | 122 | 110 | 74 | 541 | 106 | 27 |
| Binary | 1100101 | 10010 | 11100 | 0 | 1010010 | 1001000 | 111100 | 101100001 | 1000110 | 10111 |
Color Harmonies of #65121C
Complementary color
Monochromatic Colors of #65121C
Black with #65121C
Text Example
Text Example
White with #65121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65121C; }
p { color: rgb(101,18,28); }
H1.HeaderClassName
{
color: #65121C;
}
.AnyTagClassName
{
color: #65121C;
}
</style>
background-color css
<style>
a { background-color: #65121C; }
a { background-color: rgb(101,18,28); }
div.DivClassName
{
background-color: #65121C;
}
.BgClassName
{
background-color: #65121C;
}
</style>
border-color css
<style>
span { border-color: #65121C; }
span { border-color: rgb(101,18,28); }
td.TdClassName
{
border-color: #65121C;
}
.TagClassName
{
border-color: #65121C;
}
</style>