Shades of Pohutukawa #641A2B
Tints of Pohutukawa #641A2B
RGB
CMYK
RGB Variations
Color information
#641A2B (or 0x641A2B) is known color: Pohutukawa. HEX triplet: 64, 1A and 2B. RGB value is (100,26,43). Sum of RGB (Red+Green+Blue) = 100+26+43=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #641A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641A2B is #9BE5D4. Grayscale: #323232. Windows color (decimal): -10216917 or 2824804. OLE color: 2824804.
HSL color Cylindrical-coordinate representation of color #641A2B: hue angle of 346.22º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641A2B is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 26 | 43 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.61 |
| HSL | 346.22º | 0.59% | 0.25% | - |
| HSV(B) | 346.22º | 0.74% | 0.39% | - |
| XYZ | 6.06 | 3.62 | 2.67 | - |
| YUV | 50.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 43 | 0 | 0.74 | 0.57 | 0.61 | 346.22 | 0.59 | 0.25 |
| Hex | 64 | 1A | 2B | 0 | 4A | 39 | 3D | 15A | 3B | 19 |
| Octal | 144 | 32 | 53 | 0 | 112 | 71 | 75 | 532 | 73 | 31 |
| Binary | 1100100 | 11010 | 101011 | 0 | 1001010 | 111001 | 111101 | 101011010 | 111011 | 11001 |
Color Harmonies of #641A2B
Complementary color
Monochromatic Colors of #641A2B
Black with #641A2B
Text Example
Text Example
White with #641A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A2B; }
p { color: rgb(100,26,43); }
H1.HeaderClassName
{
color: #641A2B;
}
.AnyTagClassName
{
color: #641A2B;
}
</style>
background-color css
<style>
a { background-color: #641A2B; }
a { background-color: rgb(100,26,43); }
div.DivClassName
{
background-color: #641A2B;
}
.BgClassName
{
background-color: #641A2B;
}
</style>
border-color css
<style>
span { border-color: #641A2B; }
span { border-color: rgb(100,26,43); }
td.TdClassName
{
border-color: #641A2B;
}
.TagClassName
{
border-color: #641A2B;
}
</style>