Shades of Pohutukawa #672023
Tints of Pohutukawa #672023
RGB
CMYK
RGB Variations
Color information
#672023 (or 0x672023) is known color: Pohutukawa. HEX triplet: 67, 20 and 23. RGB value is (103,32,35). Sum of RGB (Red+Green+Blue) = 103+32+35=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #672023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672023 is #98DFDC. Grayscale: #353535. Windows color (decimal): -10018781 or 2302055. OLE color: 2302055.
HSL color Cylindrical-coordinate representation of color #672023: hue angle of 357.46º 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 #672023 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 32 | 35 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.60 |
| HSL | 357.46º | 0.53% | 0.26% | - |
| HSV(B) | 357.46º | 0.69% | 0.4% | - |
| XYZ | 6.41 | 4.04 | 2.03 | - |
| YUV | 53.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 35 | 0 | 0.69 | 0.66 | 0.60 | 357.46 | 0.53 | 0.26 |
| Hex | 67 | 20 | 23 | 0 | 45 | 42 | 3C | 165 | 35 | 1A |
| Octal | 147 | 40 | 43 | 0 | 105 | 102 | 74 | 545 | 65 | 32 |
| Binary | 1100111 | 100000 | 100011 | 0 | 1000101 | 1000010 | 111100 | 101100101 | 110101 | 11010 |
Color Harmonies of #672023
Complementary color
Monochromatic Colors of #672023
Black with #672023
Text Example
Text Example
White with #672023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672023; }
p { color: rgb(103,32,35); }
H1.HeaderClassName
{
color: #672023;
}
.AnyTagClassName
{
color: #672023;
}
</style>
background-color css
<style>
a { background-color: #672023; }
a { background-color: rgb(103,32,35); }
div.DivClassName
{
background-color: #672023;
}
.BgClassName
{
background-color: #672023;
}
</style>
border-color css
<style>
span { border-color: #672023; }
span { border-color: rgb(103,32,35); }
td.TdClassName
{
border-color: #672023;
}
.TagClassName
{
border-color: #672023;
}
</style>