Shades of Pohutukawa #64121C
Tints of Pohutukawa #64121C
RGB
CMYK
RGB Variations
Color information
#64121C (or 0x64121C) is known color: Pohutukawa. HEX triplet: 64, 12 and 1C. RGB value is (100,18,28). Sum of RGB (Red+Green+Blue) = 100+18+28=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #64121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64121C is #9BEDE3. Grayscale: #2B2B2B. Windows color (decimal): -10218980 or 1839716. OLE color: 1839716.
HSL color Cylindrical-coordinate representation of color #64121C: hue angle of 352.68º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64121C is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 18 | 28 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.61 |
| HSL | 352.68º | 0.69% | 0.23% | - |
| HSV(B) | 352.68º | 0.82% | 0.39% | - |
| XYZ | 5.68 | 3.23 | 1.42 | - |
| YUV | 43.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 28 | 0 | 0.82 | 0.72 | 0.61 | 352.68 | 0.69 | 0.23 |
| Hex | 64 | 12 | 1C | 0 | 52 | 48 | 3D | 161 | 45 | 17 |
| Octal | 144 | 22 | 34 | 0 | 122 | 110 | 75 | 541 | 105 | 27 |
| Binary | 1100100 | 10010 | 11100 | 0 | 1010010 | 1001000 | 111101 | 101100001 | 1000101 | 10111 |
Color Harmonies of #64121C
Complementary color
Monochromatic Colors of #64121C
Black with #64121C
Text Example
Text Example
White with #64121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64121C; }
p { color: rgb(100,18,28); }
H1.HeaderClassName
{
color: #64121C;
}
.AnyTagClassName
{
color: #64121C;
}
</style>
background-color css
<style>
a { background-color: #64121C; }
a { background-color: rgb(100,18,28); }
div.DivClassName
{
background-color: #64121C;
}
.BgClassName
{
background-color: #64121C;
}
</style>
border-color css
<style>
span { border-color: #64121C; }
span { border-color: rgb(100,18,28); }
td.TdClassName
{
border-color: #64121C;
}
.TagClassName
{
border-color: #64121C;
}
</style>