Shades of Pohutukawa #672024
Tints of Pohutukawa #672024
RGB
CMYK
RGB Variations
Color information
#672024 (or 0x672024) is known color: Pohutukawa. HEX triplet: 67, 20 and 24. RGB value is (103,32,36). Sum of RGB (Red+Green+Blue) = 103+32+36=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #672024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672024 is #98DFDB. Grayscale: #353535. Windows color (decimal): -10018780 or 2367591. OLE color: 2367591.
HSL color Cylindrical-coordinate representation of color #672024: hue angle of 356.62º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672024 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 36 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.60 |
| HSL | 356.62º | 0.53% | 0.26% | - |
| HSV(B) | 356.62º | 0.69% | 0.4% | - |
| XYZ | 6.43 | 4.04 | 2.11 | - |
| YUV | 53.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 36 | 0 | 0.69 | 0.65 | 0.60 | 356.62 | 0.53 | 0.26 |
| Hex | 67 | 20 | 24 | 0 | 45 | 41 | 3C | 165 | 35 | 1A |
| Octal | 147 | 40 | 44 | 0 | 105 | 101 | 74 | 545 | 65 | 32 |
| Binary | 1100111 | 100000 | 100100 | 0 | 1000101 | 1000001 | 111100 | 101100101 | 110101 | 11010 |
Color Harmonies of #672024
Complementary color
Monochromatic Colors of #672024
Black with #672024
Text Example
Text Example
White with #672024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672024; }
p { color: rgb(103,32,36); }
H1.HeaderClassName
{
color: #672024;
}
.AnyTagClassName
{
color: #672024;
}
</style>
background-color css
<style>
a { background-color: #672024; }
a { background-color: rgb(103,32,36); }
div.DivClassName
{
background-color: #672024;
}
.BgClassName
{
background-color: #672024;
}
</style>
border-color css
<style>
span { border-color: #672024; }
span { border-color: rgb(103,32,36); }
td.TdClassName
{
border-color: #672024;
}
.TagClassName
{
border-color: #672024;
}
</style>