Shades of Pohutukawa #641121
Tints of Pohutukawa #641121
RGB
CMYK
RGB Variations
Color information
#641121 (or 0x641121) is known color: Pohutukawa. HEX triplet: 64, 11 and 21. RGB value is (100,17,33). Sum of RGB (Red+Green+Blue) = 100+17+33=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #641121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641121 is #9BEEDE. Grayscale: #2B2B2B. Windows color (decimal): -10219231 or 2167140. OLE color: 2167140.
HSL color Cylindrical-coordinate representation of color #641121: hue angle of 348.43º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641121 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 17 | 33 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.61 |
| HSL | 348.43º | 0.71% | 0.23% | - |
| HSV(B) | 348.43º | 0.83% | 0.39% | - |
| XYZ | 5.73 | 3.22 | 1.76 | - |
| YUV | 43.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 33 | 0 | 0.83 | 0.67 | 0.61 | 348.43 | 0.71 | 0.23 |
| Hex | 64 | 11 | 21 | 0 | 53 | 43 | 3D | 15C | 47 | 17 |
| Octal | 144 | 21 | 41 | 0 | 123 | 103 | 75 | 534 | 107 | 27 |
| Binary | 1100100 | 10001 | 100001 | 0 | 1010011 | 1000011 | 111101 | 101011100 | 1000111 | 10111 |
Color Harmonies of #641121
Complementary color
Monochromatic Colors of #641121
Black with #641121
Text Example
Text Example
White with #641121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641121; }
p { color: rgb(100,17,33); }
H1.HeaderClassName
{
color: #641121;
}
.AnyTagClassName
{
color: #641121;
}
</style>
background-color css
<style>
a { background-color: #641121; }
a { background-color: rgb(100,17,33); }
div.DivClassName
{
background-color: #641121;
}
.BgClassName
{
background-color: #641121;
}
</style>
border-color css
<style>
span { border-color: #641121; }
span { border-color: rgb(100,17,33); }
td.TdClassName
{
border-color: #641121;
}
.TagClassName
{
border-color: #641121;
}
</style>