Shades of Pohutukawa #64101A
Tints of Pohutukawa #64101A
RGB
CMYK
RGB Variations
Color information
#64101A (or 0x64101A) is known color: Pohutukawa. HEX triplet: 64, 10 and 1A. RGB value is (100,16,26). Sum of RGB (Red+Green+Blue) = 100+16+26=142 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.42% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 100 - color contains mainly: red. Hex color #64101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64101A is #9BEFE5. Grayscale: #2A2A2A. Windows color (decimal): -10219494 or 1708132. OLE color: 1708132.
HSL color Cylindrical-coordinate representation of color #64101A: hue angle of 352.86º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64101A is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 26 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.61 |
| HSL | 352.86º | 0.72% | 0.23% | - |
| HSV(B) | 352.86º | 0.84% | 0.39% | - |
| XYZ | 5.63 | 3.15 | 1.29 | - |
| YUV | 42.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 26 | 0 | 0.84 | 0.74 | 0.61 | 352.86 | 0.72 | 0.23 |
| Hex | 64 | 10 | 1A | 0 | 54 | 4A | 3D | 161 | 48 | 17 |
| Octal | 144 | 20 | 32 | 0 | 124 | 112 | 75 | 541 | 110 | 27 |
| Binary | 1100100 | 10000 | 11010 | 0 | 1010100 | 1001010 | 111101 | 101100001 | 1001000 | 10111 |
Color Harmonies of #64101A
Complementary color
Monochromatic Colors of #64101A
Black with #64101A
Text Example
Text Example
White with #64101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64101A; }
p { color: rgb(100,16,26); }
H1.HeaderClassName
{
color: #64101A;
}
.AnyTagClassName
{
color: #64101A;
}
</style>
background-color css
<style>
a { background-color: #64101A; }
a { background-color: rgb(100,16,26); }
div.DivClassName
{
background-color: #64101A;
}
.BgClassName
{
background-color: #64101A;
}
</style>
border-color css
<style>
span { border-color: #64101A; }
span { border-color: rgb(100,16,26); }
td.TdClassName
{
border-color: #64101A;
}
.TagClassName
{
border-color: #64101A;
}
</style>