Shades of Pohutukawa #650B28
Tints of Pohutukawa #650B28
RGB
CMYK
RGB Variations
Color information
#650B28 (or 0x650B28) is known color: Pohutukawa. HEX triplet: 65, 0B and 28. RGB value is (101,11,40). Sum of RGB (Red+Green+Blue) = 101+11+40=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #650B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650B28 is #9AF4D7. Grayscale: #292929. Windows color (decimal): -10155224 or 2624357. OLE color: 2624357.
HSL color Cylindrical-coordinate representation of color #650B28: hue angle of 340.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650B28 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 11 | 40 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.60 |
| HSL | 340.67º | 0.8% | 0.22% | - |
| HSV(B) | 340.67º | 0.89% | 0.4% | - |
| XYZ | 5.87 | 3.16 | 2.31 | - |
| YUV | 41.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 40 | 0 | 0.89 | 0.60 | 0.60 | 340.67 | 0.8 | 0.22 |
| Hex | 65 | B | 28 | 0 | 59 | 3C | 3C | 155 | 50 | 16 |
| Octal | 145 | 13 | 50 | 0 | 131 | 74 | 74 | 525 | 120 | 26 |
| Binary | 1100101 | 1011 | 101000 | 0 | 1011001 | 111100 | 111100 | 101010101 | 1010000 | 10110 |
Color Harmonies of #650B28
Complementary color
Monochromatic Colors of #650B28
Black with #650B28
Text Example
Text Example
White with #650B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B28; }
p { color: rgb(101,11,40); }
H1.HeaderClassName
{
color: #650B28;
}
.AnyTagClassName
{
color: #650B28;
}
</style>
background-color css
<style>
a { background-color: #650B28; }
a { background-color: rgb(101,11,40); }
div.DivClassName
{
background-color: #650B28;
}
.BgClassName
{
background-color: #650B28;
}
</style>
border-color css
<style>
span { border-color: #650B28; }
span { border-color: rgb(101,11,40); }
td.TdClassName
{
border-color: #650B28;
}
.TagClassName
{
border-color: #650B28;
}
</style>