Shades of Pohutukawa #641521
Tints of Pohutukawa #641521
RGB
CMYK
RGB Variations
Color information
#641521 (or 0x641521) is known color: Pohutukawa. HEX triplet: 64, 15 and 21. RGB value is (100,21,33). Sum of RGB (Red+Green+Blue) = 100+21+33=154 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.94% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 100 - color contains mainly: red. Hex color #641521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641521 is #9BEADE. Grayscale: #2E2E2E. Windows color (decimal): -10218207 or 2168164. OLE color: 2168164.
HSL color Cylindrical-coordinate representation of color #641521: hue angle of 350.89º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641521 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 21 | 33 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.61 |
| HSL | 350.89º | 0.65% | 0.24% | - |
| HSV(B) | 350.89º | 0.79% | 0.39% | - |
| XYZ | 5.8 | 3.36 | 1.78 | - |
| YUV | 45.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 33 | 0 | 0.79 | 0.67 | 0.61 | 350.89 | 0.65 | 0.24 |
| Hex | 64 | 15 | 21 | 0 | 4F | 43 | 3D | 15F | 41 | 18 |
| Octal | 144 | 25 | 41 | 0 | 117 | 103 | 75 | 537 | 101 | 30 |
| Binary | 1100100 | 10101 | 100001 | 0 | 1001111 | 1000011 | 111101 | 101011111 | 1000001 | 11000 |
Color Harmonies of #641521
Complementary color
Monochromatic Colors of #641521
Black with #641521
Text Example
Text Example
White with #641521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641521; }
p { color: rgb(100,21,33); }
H1.HeaderClassName
{
color: #641521;
}
.AnyTagClassName
{
color: #641521;
}
</style>
background-color css
<style>
a { background-color: #641521; }
a { background-color: rgb(100,21,33); }
div.DivClassName
{
background-color: #641521;
}
.BgClassName
{
background-color: #641521;
}
</style>
border-color css
<style>
span { border-color: #641521; }
span { border-color: rgb(100,21,33); }
td.TdClassName
{
border-color: #641521;
}
.TagClassName
{
border-color: #641521;
}
</style>