Shades of Pohutukawa #642123
Tints of Pohutukawa #642123
RGB
CMYK
RGB Variations
Color information
#642123 (or 0x642123) is known color: Pohutukawa. HEX triplet: 64, 21 and 23. RGB value is (100,33,35). Sum of RGB (Red+Green+Blue) = 100+33+35=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #642123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642123 is #9BDEDC. Grayscale: #353535. Windows color (decimal): -10215133 or 2302308. OLE color: 2302308.
HSL color Cylindrical-coordinate representation of color #642123: hue angle of 358.21º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642123 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 35 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.61 |
| HSL | 358.21º | 0.5% | 0.26% | - |
| HSV(B) | 358.21º | 0.67% | 0.39% | - |
| XYZ | 6.1 | 3.92 | 2.02 | - |
| YUV | 53.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 35 | 0 | 0.67 | 0.65 | 0.61 | 358.21 | 0.5 | 0.26 |
| Hex | 64 | 21 | 23 | 0 | 43 | 41 | 3D | 166 | 32 | 1A |
| Octal | 144 | 41 | 43 | 0 | 103 | 101 | 75 | 546 | 62 | 32 |
| Binary | 1100100 | 100001 | 100011 | 0 | 1000011 | 1000001 | 111101 | 101100110 | 110010 | 11010 |
Color Harmonies of #642123
Complementary color
Monochromatic Colors of #642123
Black with #642123
Text Example
Text Example
White with #642123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642123; }
p { color: rgb(100,33,35); }
H1.HeaderClassName
{
color: #642123;
}
.AnyTagClassName
{
color: #642123;
}
</style>
background-color css
<style>
a { background-color: #642123; }
a { background-color: rgb(100,33,35); }
div.DivClassName
{
background-color: #642123;
}
.BgClassName
{
background-color: #642123;
}
</style>
border-color css
<style>
span { border-color: #642123; }
span { border-color: rgb(100,33,35); }
td.TdClassName
{
border-color: #642123;
}
.TagClassName
{
border-color: #642123;
}
</style>