Shades of Pohutukawa #651928
Tints of Pohutukawa #651928
RGB
CMYK
RGB Variations
Color information
#651928 (or 0x651928) is known color: Pohutukawa. HEX triplet: 65, 19 and 28. RGB value is (101,25,40). Sum of RGB (Red+Green+Blue) = 101+25+40=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #651928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651928 is #9AE6D7. Grayscale: #313131. Windows color (decimal): -10151640 or 2627941. OLE color: 2627941.
HSL color Cylindrical-coordinate representation of color #651928: hue angle of 348.16º 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 #651928 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 25 | 40 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.60 |
| HSL | 348.16º | 0.6% | 0.25% | - |
| HSV(B) | 348.16º | 0.75% | 0.4% | - |
| XYZ | 6.1 | 3.62 | 2.38 | - |
| YUV | 49.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 25 | 40 | 0 | 0.75 | 0.60 | 0.60 | 348.16 | 0.6 | 0.25 |
| Hex | 65 | 19 | 28 | 0 | 4B | 3C | 3C | 15C | 3C | 19 |
| Octal | 145 | 31 | 50 | 0 | 113 | 74 | 74 | 534 | 74 | 31 |
| Binary | 1100101 | 11001 | 101000 | 0 | 1001011 | 111100 | 111100 | 101011100 | 111100 | 11001 |
Color Harmonies of #651928
Complementary color
Monochromatic Colors of #651928
Black with #651928
Text Example
Text Example
White with #651928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651928; }
p { color: rgb(101,25,40); }
H1.HeaderClassName
{
color: #651928;
}
.AnyTagClassName
{
color: #651928;
}
</style>
background-color css
<style>
a { background-color: #651928; }
a { background-color: rgb(101,25,40); }
div.DivClassName
{
background-color: #651928;
}
.BgClassName
{
background-color: #651928;
}
</style>
border-color css
<style>
span { border-color: #651928; }
span { border-color: rgb(101,25,40); }
td.TdClassName
{
border-color: #651928;
}
.TagClassName
{
border-color: #651928;
}
</style>