Shades of Pohutukawa #641A2D
Tints of Pohutukawa #641A2D
RGB
CMYK
RGB Variations
Color information
#641A2D (or 0x641A2D) is known color: Pohutukawa. HEX triplet: 64, 1A and 2D. RGB value is (100,26,45). Sum of RGB (Red+Green+Blue) = 100+26+45=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #641A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641A2D is #9BE5D2. Grayscale: #323232. Windows color (decimal): -10216915 or 2955876. OLE color: 2955876.
HSL color Cylindrical-coordinate representation of color #641A2D: hue angle of 344.59º 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 #641A2D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 26 | 45 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.61 |
| HSL | 344.59º | 0.59% | 0.25% | - |
| HSV(B) | 344.59º | 0.74% | 0.39% | - |
| XYZ | 6.1 | 3.64 | 2.86 | - |
| YUV | 50.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 45 | 0 | 0.74 | 0.55 | 0.61 | 344.59 | 0.59 | 0.25 |
| Hex | 64 | 1A | 2D | 0 | 4A | 37 | 3D | 159 | 3B | 19 |
| Octal | 144 | 32 | 55 | 0 | 112 | 67 | 75 | 531 | 73 | 31 |
| Binary | 1100100 | 11010 | 101101 | 0 | 1001010 | 110111 | 111101 | 101011001 | 111011 | 11001 |
Color Harmonies of #641A2D
Complementary color
Monochromatic Colors of #641A2D
Black with #641A2D
Text Example
Text Example
White with #641A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A2D; }
p { color: rgb(100,26,45); }
H1.HeaderClassName
{
color: #641A2D;
}
.AnyTagClassName
{
color: #641A2D;
}
</style>
background-color css
<style>
a { background-color: #641A2D; }
a { background-color: rgb(100,26,45); }
div.DivClassName
{
background-color: #641A2D;
}
.BgClassName
{
background-color: #641A2D;
}
</style>
border-color css
<style>
span { border-color: #641A2D; }
span { border-color: rgb(100,26,45); }
td.TdClassName
{
border-color: #641A2D;
}
.TagClassName
{
border-color: #641A2D;
}
</style>