Shades of Pohutukawa #65192A
Tints of Pohutukawa #65192A
RGB
CMYK
RGB Variations
Color information
#65192A (or 0x65192A) is known color: Pohutukawa. HEX triplet: 65, 19 and 2A. RGB value is (101,25,42). Sum of RGB (Red+Green+Blue) = 101+25+42=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #65192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65192A is #9AE6D5. Grayscale: #313131. Windows color (decimal): -10151638 or 2759013. OLE color: 2759013.
HSL color Cylindrical-coordinate representation of color #65192A: hue angle of 346.58º 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 #65192A is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 25 | 42 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.60 |
| HSL | 346.58º | 0.6% | 0.25% | - |
| HSV(B) | 346.58º | 0.75% | 0.4% | - |
| XYZ | 6.13 | 3.63 | 2.57 | - |
| YUV | 49.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 42 | 0 | 0.75 | 0.58 | 0.60 | 346.58 | 0.6 | 0.25 |
| Hex | 65 | 19 | 2A | 0 | 4B | 3A | 3C | 15B | 3C | 19 |
| Octal | 145 | 31 | 52 | 0 | 113 | 72 | 74 | 533 | 74 | 31 |
| Binary | 1100101 | 11001 | 101010 | 0 | 1001011 | 111010 | 111100 | 101011011 | 111100 | 11001 |
Color Harmonies of #65192A
Complementary color
Monochromatic Colors of #65192A
Black with #65192A
Text Example
Text Example
White with #65192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65192A; }
p { color: rgb(101,25,42); }
H1.HeaderClassName
{
color: #65192A;
}
.AnyTagClassName
{
color: #65192A;
}
</style>
background-color css
<style>
a { background-color: #65192A; }
a { background-color: rgb(101,25,42); }
div.DivClassName
{
background-color: #65192A;
}
.BgClassName
{
background-color: #65192A;
}
</style>
border-color css
<style>
span { border-color: #65192A; }
span { border-color: rgb(101,25,42); }
td.TdClassName
{
border-color: #65192A;
}
.TagClassName
{
border-color: #65192A;
}
</style>