Shades of Pohutukawa #650523
Tints of Pohutukawa #650523
RGB
CMYK
RGB Variations
Color information
#650523 (or 0x650523) is known color: Pohutukawa. HEX triplet: 65, 05 and 23. RGB value is (101,5,35). Sum of RGB (Red+Green+Blue) = 101+5+35=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #650523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650523 is #9AFADC. Grayscale: #252525. Windows color (decimal): -10156765 or 2295141. OLE color: 2295141.
HSL color Cylindrical-coordinate representation of color #650523: hue angle of 341.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650523 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 5 | 35 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.60 |
| HSL | 341.25º | 0.91% | 0.21% | - |
| HSV(B) | 341.25º | 0.95% | 0.4% | - |
| XYZ | 5.72 | 3 | 1.87 | - |
| YUV | 37.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 35 | 0 | 0.95 | 0.65 | 0.60 | 341.25 | 0.91 | 0.21 |
| Hex | 65 | 5 | 23 | 0 | 5F | 41 | 3C | 155 | 5B | 15 |
| Octal | 145 | 5 | 43 | 0 | 137 | 101 | 74 | 525 | 133 | 25 |
| Binary | 1100101 | 101 | 100011 | 0 | 1011111 | 1000001 | 111100 | 101010101 | 1011011 | 10101 |
Color Harmonies of #650523
Complementary color
Monochromatic Colors of #650523
Black with #650523
Text Example
Text Example
White with #650523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650523; }
p { color: rgb(101,5,35); }
H1.HeaderClassName
{
color: #650523;
}
.AnyTagClassName
{
color: #650523;
}
</style>
background-color css
<style>
a { background-color: #650523; }
a { background-color: rgb(101,5,35); }
div.DivClassName
{
background-color: #650523;
}
.BgClassName
{
background-color: #650523;
}
</style>
border-color css
<style>
span { border-color: #650523; }
span { border-color: rgb(101,5,35); }
td.TdClassName
{
border-color: #650523;
}
.TagClassName
{
border-color: #650523;
}
</style>