Shades of Pohutukawa #671F24
Tints of Pohutukawa #671F24
RGB
CMYK
RGB Variations
Color information
#671F24 (or 0x671F24) is known color: Pohutukawa. HEX triplet: 67, 1F and 24. RGB value is (103,31,36). Sum of RGB (Red+Green+Blue) = 103+31+36=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #671F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F24 is #98E0DB. Grayscale: #353535. Windows color (decimal): -10019036 or 2367335. OLE color: 2367335.
HSL color Cylindrical-coordinate representation of color #671F24: hue angle of 355.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F24 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 36 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.60 |
| HSL | 355.83º | 0.54% | 0.26% | - |
| HSV(B) | 355.83º | 0.7% | 0.4% | - |
| XYZ | 6.4 | 3.99 | 2.1 | - |
| YUV | 53.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 36 | 0 | 0.70 | 0.65 | 0.60 | 355.83 | 0.54 | 0.26 |
| Hex | 67 | 1F | 24 | 0 | 46 | 41 | 3C | 164 | 36 | 1A |
| Octal | 147 | 37 | 44 | 0 | 106 | 101 | 74 | 544 | 66 | 32 |
| Binary | 1100111 | 11111 | 100100 | 0 | 1000110 | 1000001 | 111100 | 101100100 | 110110 | 11010 |
Color Harmonies of #671F24
Complementary color
Monochromatic Colors of #671F24
Black with #671F24
Text Example
Text Example
White with #671F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F24; }
p { color: rgb(103,31,36); }
H1.HeaderClassName
{
color: #671F24;
}
.AnyTagClassName
{
color: #671F24;
}
</style>
background-color css
<style>
a { background-color: #671F24; }
a { background-color: rgb(103,31,36); }
div.DivClassName
{
background-color: #671F24;
}
.BgClassName
{
background-color: #671F24;
}
</style>
border-color css
<style>
span { border-color: #671F24; }
span { border-color: rgb(103,31,36); }
td.TdClassName
{
border-color: #671F24;
}
.TagClassName
{
border-color: #671F24;
}
</style>