Shades of Pohutukawa #67141C
Tints of Pohutukawa #67141C
RGB
CMYK
RGB Variations
Color information
#67141C (or 0x67141C) is known color: Pohutukawa. HEX triplet: 67, 14 and 1C. RGB value is (103,20,28). Sum of RGB (Red+Green+Blue) = 103+20+28=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #67141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67141C is #98EBE3. Grayscale: #2D2D2D. Windows color (decimal): -10021860 or 1840231. OLE color: 1840231.
HSL color Cylindrical-coordinate representation of color #67141C: hue angle of 354.22º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #67141C is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 20 | 28 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.60 |
| HSL | 354.22º | 0.67% | 0.24% | - |
| HSV(B) | 354.22º | 0.81% | 0.4% | - |
| XYZ | 6.05 | 3.47 | 1.45 | - |
| YUV | 45.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 20 | 28 | 0 | 0.81 | 0.73 | 0.60 | 354.22 | 0.67 | 0.24 |
| Hex | 67 | 14 | 1C | 0 | 51 | 49 | 3C | 162 | 43 | 18 |
| Octal | 147 | 24 | 34 | 0 | 121 | 111 | 74 | 542 | 103 | 30 |
| Binary | 1100111 | 10100 | 11100 | 0 | 1010001 | 1001001 | 111100 | 101100010 | 1000011 | 11000 |
Color Harmonies of #67141C
Complementary color
Monochromatic Colors of #67141C
Black with #67141C
Text Example
Text Example
White with #67141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67141C; }
p { color: rgb(103,20,28); }
H1.HeaderClassName
{
color: #67141C;
}
.AnyTagClassName
{
color: #67141C;
}
</style>
background-color css
<style>
a { background-color: #67141C; }
a { background-color: rgb(103,20,28); }
div.DivClassName
{
background-color: #67141C;
}
.BgClassName
{
background-color: #67141C;
}
</style>
border-color css
<style>
span { border-color: #67141C; }
span { border-color: rgb(103,20,28); }
td.TdClassName
{
border-color: #67141C;
}
.TagClassName
{
border-color: #67141C;
}
</style>