Shades of Pohutukawa #671F23
Tints of Pohutukawa #671F23
RGB
CMYK
RGB Variations
Color information
#671F23 (or 0x671F23) is known color: Pohutukawa. HEX triplet: 67, 1F and 23. RGB value is (103,31,35). Sum of RGB (Red+Green+Blue) = 103+31+35=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #671F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F23 is #98E0DC. Grayscale: #353535. Windows color (decimal): -10019037 or 2301799. OLE color: 2301799.
HSL color Cylindrical-coordinate representation of color #671F23: hue angle of 356.67º 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 #671F23 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 35 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.60 |
| HSL | 356.67º | 0.54% | 0.26% | - |
| HSV(B) | 356.67º | 0.7% | 0.4% | - |
| XYZ | 6.39 | 3.98 | 2.02 | - |
| YUV | 52.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 35 | 0 | 0.70 | 0.66 | 0.60 | 356.67 | 0.54 | 0.26 |
| Hex | 67 | 1F | 23 | 0 | 46 | 42 | 3C | 165 | 36 | 1A |
| Octal | 147 | 37 | 43 | 0 | 106 | 102 | 74 | 545 | 66 | 32 |
| Binary | 1100111 | 11111 | 100011 | 0 | 1000110 | 1000010 | 111100 | 101100101 | 110110 | 11010 |
Color Harmonies of #671F23
Complementary color
Monochromatic Colors of #671F23
Black with #671F23
Text Example
Text Example
White with #671F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F23; }
p { color: rgb(103,31,35); }
H1.HeaderClassName
{
color: #671F23;
}
.AnyTagClassName
{
color: #671F23;
}
</style>
background-color css
<style>
a { background-color: #671F23; }
a { background-color: rgb(103,31,35); }
div.DivClassName
{
background-color: #671F23;
}
.BgClassName
{
background-color: #671F23;
}
</style>
border-color css
<style>
span { border-color: #671F23; }
span { border-color: rgb(103,31,35); }
td.TdClassName
{
border-color: #671F23;
}
.TagClassName
{
border-color: #671F23;
}
</style>