Shades of Pohutukawa #641123
Tints of Pohutukawa #641123
RGB
CMYK
RGB Variations
Color information
#641123 (or 0x641123) is known color: Pohutukawa. HEX triplet: 64, 11 and 23. RGB value is (100,17,35). Sum of RGB (Red+Green+Blue) = 100+17+35=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #641123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641123 is #9BEEDC. Grayscale: #2B2B2B. Windows color (decimal): -10219229 or 2298212. OLE color: 2298212.
HSL color Cylindrical-coordinate representation of color #641123: hue angle of 346.99º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641123 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 17 | 35 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.61 |
| HSL | 346.99º | 0.71% | 0.23% | - |
| HSV(B) | 346.99º | 0.83% | 0.39% | - |
| XYZ | 5.76 | 3.23 | 1.91 | - |
| YUV | 43.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 35 | 0 | 0.83 | 0.65 | 0.61 | 346.99 | 0.71 | 0.23 |
| Hex | 64 | 11 | 23 | 0 | 53 | 41 | 3D | 15B | 47 | 17 |
| Octal | 144 | 21 | 43 | 0 | 123 | 101 | 75 | 533 | 107 | 27 |
| Binary | 1100100 | 10001 | 100011 | 0 | 1010011 | 1000001 | 111101 | 101011011 | 1000111 | 10111 |
Color Harmonies of #641123
Complementary color
Monochromatic Colors of #641123
Black with #641123
Text Example
Text Example
White with #641123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641123; }
p { color: rgb(100,17,35); }
H1.HeaderClassName
{
color: #641123;
}
.AnyTagClassName
{
color: #641123;
}
</style>
background-color css
<style>
a { background-color: #641123; }
a { background-color: rgb(100,17,35); }
div.DivClassName
{
background-color: #641123;
}
.BgClassName
{
background-color: #641123;
}
</style>
border-color css
<style>
span { border-color: #641123; }
span { border-color: rgb(100,17,35); }
td.TdClassName
{
border-color: #641123;
}
.TagClassName
{
border-color: #641123;
}
</style>