Shades of Pohutukawa #64172A
Tints of Pohutukawa #64172A
RGB
CMYK
RGB Variations
Color information
#64172A (or 0x64172A) is known color: Pohutukawa. HEX triplet: 64, 17 and 2A. RGB value is (100,23,42). Sum of RGB (Red+Green+Blue) = 100+23+42=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64172A is #9BE8D5. Grayscale: #303030. Windows color (decimal): -10217686 or 2758500. OLE color: 2758500.
HSL color Cylindrical-coordinate representation of color #64172A: hue angle of 345.19º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64172A is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 23 | 42 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.61 |
| HSL | 345.19º | 0.63% | 0.24% | - |
| HSV(B) | 345.19º | 0.77% | 0.39% | - |
| XYZ | 5.98 | 3.49 | 2.55 | - |
| YUV | 48.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 42 | 0 | 0.77 | 0.58 | 0.61 | 345.19 | 0.63 | 0.24 |
| Hex | 64 | 17 | 2A | 0 | 4D | 3A | 3D | 159 | 3F | 18 |
| Octal | 144 | 27 | 52 | 0 | 115 | 72 | 75 | 531 | 77 | 30 |
| Binary | 1100100 | 10111 | 101010 | 0 | 1001101 | 111010 | 111101 | 101011001 | 111111 | 11000 |
Color Harmonies of #64172A
Complementary color
Monochromatic Colors of #64172A
Black with #64172A
Text Example
Text Example
White with #64172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64172A; }
p { color: rgb(100,23,42); }
H1.HeaderClassName
{
color: #64172A;
}
.AnyTagClassName
{
color: #64172A;
}
</style>
background-color css
<style>
a { background-color: #64172A; }
a { background-color: rgb(100,23,42); }
div.DivClassName
{
background-color: #64172A;
}
.BgClassName
{
background-color: #64172A;
}
</style>
border-color css
<style>
span { border-color: #64172A; }
span { border-color: rgb(100,23,42); }
td.TdClassName
{
border-color: #64172A;
}
.TagClassName
{
border-color: #64172A;
}
</style>