Shades of Pohutukawa #671F25
Tints of Pohutukawa #671F25
RGB
CMYK
RGB Variations
Color information
#671F25 (or 0x671F25) is known color: Pohutukawa. HEX triplet: 67, 1F and 25. RGB value is (103,31,37). Sum of RGB (Red+Green+Blue) = 103+31+37=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #671F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F25 is #98E0DA. Grayscale: #353535. Windows color (decimal): -10019035 or 2432871. OLE color: 2432871.
HSL color Cylindrical-coordinate representation of color #671F25: hue angle of 355º 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 #671F25 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 37 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.60 |
| HSL | 355º | 0.54% | 0.26% | - |
| HSV(B) | 355º | 0.7% | 0.4% | - |
| XYZ | 6.42 | 4 | 2.18 | - |
| YUV | 53.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 37 | 0 | 0.70 | 0.64 | 0.60 | 355 | 0.54 | 0.26 |
| Hex | 67 | 1F | 25 | 0 | 46 | 40 | 3C | 163 | 36 | 1A |
| Octal | 147 | 37 | 45 | 0 | 106 | 100 | 74 | 543 | 66 | 32 |
| Binary | 1100111 | 11111 | 100101 | 0 | 1000110 | 1000000 | 111100 | 101100011 | 110110 | 11010 |
Color Harmonies of #671F25
Complementary color
Monochromatic Colors of #671F25
Black with #671F25
Text Example
Text Example
White with #671F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F25; }
p { color: rgb(103,31,37); }
H1.HeaderClassName
{
color: #671F25;
}
.AnyTagClassName
{
color: #671F25;
}
</style>
background-color css
<style>
a { background-color: #671F25; }
a { background-color: rgb(103,31,37); }
div.DivClassName
{
background-color: #671F25;
}
.BgClassName
{
background-color: #671F25;
}
</style>
border-color css
<style>
span { border-color: #671F25; }
span { border-color: rgb(103,31,37); }
td.TdClassName
{
border-color: #671F25;
}
.TagClassName
{
border-color: #671F25;
}
</style>