Shades of Pohutukawa #641F2C
Tints of Pohutukawa #641F2C
RGB
CMYK
RGB Variations
Color information
#641F2C (or 0x641F2C) is known color: Pohutukawa. HEX triplet: 64, 1F and 2C. RGB value is (100,31,44). Sum of RGB (Red+Green+Blue) = 100+31+44=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #641F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641F2C is #9BE0D3. Grayscale: #353535. Windows color (decimal): -10215636 or 2891620. OLE color: 2891620.
HSL color Cylindrical-coordinate representation of color #641F2C: hue angle of 348.7º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #641F2C is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 31 | 44 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.61 |
| HSL | 348.7º | 0.53% | 0.26% | - |
| HSV(B) | 348.7º | 0.69% | 0.39% | - |
| XYZ | 6.2 | 3.87 | 2.8 | - |
| YUV | 53.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 44 | 0 | 0.69 | 0.56 | 0.61 | 348.7 | 0.53 | 0.26 |
| Hex | 64 | 1F | 2C | 0 | 45 | 38 | 3D | 15D | 35 | 1A |
| Octal | 144 | 37 | 54 | 0 | 105 | 70 | 75 | 535 | 65 | 32 |
| Binary | 1100100 | 11111 | 101100 | 0 | 1000101 | 111000 | 111101 | 101011101 | 110101 | 11010 |
Color Harmonies of #641F2C
Complementary color
Monochromatic Colors of #641F2C
Black with #641F2C
Text Example
Text Example
White with #641F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641F2C; }
p { color: rgb(100,31,44); }
H1.HeaderClassName
{
color: #641F2C;
}
.AnyTagClassName
{
color: #641F2C;
}
</style>
background-color css
<style>
a { background-color: #641F2C; }
a { background-color: rgb(100,31,44); }
div.DivClassName
{
background-color: #641F2C;
}
.BgClassName
{
background-color: #641F2C;
}
</style>
border-color css
<style>
span { border-color: #641F2C; }
span { border-color: rgb(100,31,44); }
td.TdClassName
{
border-color: #641F2C;
}
.TagClassName
{
border-color: #641F2C;
}
</style>