Shades of Pohutukawa #670C23
Tints of Pohutukawa #670C23
RGB
CMYK
RGB Variations
Color information
#670C23 (or 0x670C23) is known color: Pohutukawa. HEX triplet: 67, 0C and 23. RGB value is (103,12,35). Sum of RGB (Red+Green+Blue) = 103+12+35=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #670C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C23 is #98F3DC. Grayscale: #292929. Windows color (decimal): -10023901 or 2296935. OLE color: 2296935.
HSL color Cylindrical-coordinate representation of color #670C23: hue angle of 344.84º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C23 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 35 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.60 |
| HSL | 344.84º | 0.79% | 0.23% | - |
| HSV(B) | 344.84º | 0.88% | 0.4% | - |
| XYZ | 6.03 | 3.27 | 1.9 | - |
| YUV | 41.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 35 | 0 | 0.88 | 0.66 | 0.60 | 344.84 | 0.79 | 0.23 |
| Hex | 67 | C | 23 | 0 | 58 | 42 | 3C | 159 | 4F | 17 |
| Octal | 147 | 14 | 43 | 0 | 130 | 102 | 74 | 531 | 117 | 27 |
| Binary | 1100111 | 1100 | 100011 | 0 | 1011000 | 1000010 | 111100 | 101011001 | 1001111 | 10111 |
Color Harmonies of #670C23
Complementary color
Monochromatic Colors of #670C23
Black with #670C23
Text Example
Text Example
White with #670C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C23; }
p { color: rgb(103,12,35); }
H1.HeaderClassName
{
color: #670C23;
}
.AnyTagClassName
{
color: #670C23;
}
</style>
background-color css
<style>
a { background-color: #670C23; }
a { background-color: rgb(103,12,35); }
div.DivClassName
{
background-color: #670C23;
}
.BgClassName
{
background-color: #670C23;
}
</style>
border-color css
<style>
span { border-color: #670C23; }
span { border-color: rgb(103,12,35); }
td.TdClassName
{
border-color: #670C23;
}
.TagClassName
{
border-color: #670C23;
}
</style>