Shades of Pohutukawa #652127
Tints of Pohutukawa #652127
RGB
CMYK
RGB Variations
Color information
#652127 (or 0x652127) is known color: Pohutukawa. HEX triplet: 65, 21 and 27. RGB value is (101,33,39). Sum of RGB (Red+Green+Blue) = 101+33+39=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #652127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652127 is #9ADED8. Grayscale: #363636. Windows color (decimal): -10149593 or 2564453. OLE color: 2564453.
HSL color Cylindrical-coordinate representation of color #652127: hue angle of 354.71º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652127 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 39 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.60 |
| HSL | 354.71º | 0.51% | 0.26% | - |
| HSV(B) | 354.71º | 0.67% | 0.4% | - |
| XYZ | 6.28 | 4 | 2.36 | - |
| YUV | 54.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 39 | 0 | 0.67 | 0.61 | 0.60 | 354.71 | 0.51 | 0.26 |
| Hex | 65 | 21 | 27 | 0 | 43 | 3D | 3C | 163 | 33 | 1A |
| Octal | 145 | 41 | 47 | 0 | 103 | 75 | 74 | 543 | 63 | 32 |
| Binary | 1100101 | 100001 | 100111 | 0 | 1000011 | 111101 | 111100 | 101100011 | 110011 | 11010 |
Color Harmonies of #652127
Complementary color
Monochromatic Colors of #652127
Black with #652127
Text Example
Text Example
White with #652127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652127; }
p { color: rgb(101,33,39); }
H1.HeaderClassName
{
color: #652127;
}
.AnyTagClassName
{
color: #652127;
}
</style>
background-color css
<style>
a { background-color: #652127; }
a { background-color: rgb(101,33,39); }
div.DivClassName
{
background-color: #652127;
}
.BgClassName
{
background-color: #652127;
}
</style>
border-color css
<style>
span { border-color: #652127; }
span { border-color: rgb(101,33,39); }
td.TdClassName
{
border-color: #652127;
}
.TagClassName
{
border-color: #652127;
}
</style>