Shades of Pohutukawa #65192B
Tints of Pohutukawa #65192B
RGB
CMYK
RGB Variations
Color information
#65192B (or 0x65192B) is known color: Pohutukawa. HEX triplet: 65, 19 and 2B. RGB value is (101,25,43). Sum of RGB (Red+Green+Blue) = 101+25+43=169 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.76% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 101 - color contains mainly: red. Hex color #65192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65192B is #9AE6D4. Grayscale: #313131. Windows color (decimal): -10151637 or 2824549. OLE color: 2824549.
HSL color Cylindrical-coordinate representation of color #65192B: hue angle of 345.79º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65192B is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 25 | 43 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.60 |
| HSL | 345.79º | 0.6% | 0.25% | - |
| HSV(B) | 345.79º | 0.75% | 0.4% | - |
| XYZ | 6.15 | 3.64 | 2.66 | - |
| YUV | 49.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 43 | 0 | 0.75 | 0.57 | 0.60 | 345.79 | 0.6 | 0.25 |
| Hex | 65 | 19 | 2B | 0 | 4B | 39 | 3C | 15A | 3C | 19 |
| Octal | 145 | 31 | 53 | 0 | 113 | 71 | 74 | 532 | 74 | 31 |
| Binary | 1100101 | 11001 | 101011 | 0 | 1001011 | 111001 | 111100 | 101011010 | 111100 | 11001 |
Color Harmonies of #65192B
Complementary color
Monochromatic Colors of #65192B
Black with #65192B
Text Example
Text Example
White with #65192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65192B; }
p { color: rgb(101,25,43); }
H1.HeaderClassName
{
color: #65192B;
}
.AnyTagClassName
{
color: #65192B;
}
</style>
background-color css
<style>
a { background-color: #65192B; }
a { background-color: rgb(101,25,43); }
div.DivClassName
{
background-color: #65192B;
}
.BgClassName
{
background-color: #65192B;
}
</style>
border-color css
<style>
span { border-color: #65192B; }
span { border-color: rgb(101,25,43); }
td.TdClassName
{
border-color: #65192B;
}
.TagClassName
{
border-color: #65192B;
}
</style>