Shades of Pohutukawa #641325
Tints of Pohutukawa #641325
RGB
CMYK
RGB Variations
Color information
#641325 (or 0x641325) is known color: Pohutukawa. HEX triplet: 64, 13 and 25. RGB value is (100,19,37). Sum of RGB (Red+Green+Blue) = 100+19+37=156 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.10% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 100 - color contains mainly: red. Hex color #641325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641325 is #9BECDA. Grayscale: #2D2D2D. Windows color (decimal): -10218715 or 2429796. OLE color: 2429796.
HSL color Cylindrical-coordinate representation of color #641325: hue angle of 346.67º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641325 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 19 | 37 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.61 |
| HSL | 346.67º | 0.68% | 0.23% | - |
| HSV(B) | 346.67º | 0.81% | 0.39% | - |
| XYZ | 5.82 | 3.31 | 2.08 | - |
| YUV | 45.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 37 | 0 | 0.81 | 0.63 | 0.61 | 346.67 | 0.68 | 0.23 |
| Hex | 64 | 13 | 25 | 0 | 51 | 3F | 3D | 15B | 44 | 17 |
| Octal | 144 | 23 | 45 | 0 | 121 | 77 | 75 | 533 | 104 | 27 |
| Binary | 1100100 | 10011 | 100101 | 0 | 1010001 | 111111 | 111101 | 101011011 | 1000100 | 10111 |
Color Harmonies of #641325
Complementary color
Monochromatic Colors of #641325
Black with #641325
Text Example
Text Example
White with #641325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641325; }
p { color: rgb(100,19,37); }
H1.HeaderClassName
{
color: #641325;
}
.AnyTagClassName
{
color: #641325;
}
</style>
background-color css
<style>
a { background-color: #641325; }
a { background-color: rgb(100,19,37); }
div.DivClassName
{
background-color: #641325;
}
.BgClassName
{
background-color: #641325;
}
</style>
border-color css
<style>
span { border-color: #641325; }
span { border-color: rgb(100,19,37); }
td.TdClassName
{
border-color: #641325;
}
.TagClassName
{
border-color: #641325;
}
</style>