Shades of Pohutukawa #67141A
Tints of Pohutukawa #67141A
RGB
CMYK
RGB Variations
Color information
#67141A (or 0x67141A) is known color: Pohutukawa. HEX triplet: 67, 14 and 1A. RGB value is (103,20,26). Sum of RGB (Red+Green+Blue) = 103+20+26=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #67141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67141A is #98EBE5. Grayscale: #2D2D2D. Windows color (decimal): -10021862 or 1709159. OLE color: 1709159.
HSL color Cylindrical-coordinate representation of color #67141A: hue angle of 355.66º 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 #67141A is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 20 | 26 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.60 |
| HSL | 355.66º | 0.67% | 0.24% | - |
| HSV(B) | 355.66º | 0.81% | 0.4% | - |
| XYZ | 6.03 | 3.46 | 1.33 | - |
| YUV | 45.5 | 117 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 20 | 26 | 0 | 0.81 | 0.75 | 0.60 | 355.66 | 0.67 | 0.24 |
| Hex | 67 | 14 | 1A | 0 | 51 | 4B | 3C | 164 | 43 | 18 |
| Octal | 147 | 24 | 32 | 0 | 121 | 113 | 74 | 544 | 103 | 30 |
| Binary | 1100111 | 10100 | 11010 | 0 | 1010001 | 1001011 | 111100 | 101100100 | 1000011 | 11000 |
Color Harmonies of #67141A
Complementary color
Monochromatic Colors of #67141A
Black with #67141A
Text Example
Text Example
White with #67141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67141A; }
p { color: rgb(103,20,26); }
H1.HeaderClassName
{
color: #67141A;
}
.AnyTagClassName
{
color: #67141A;
}
</style>
background-color css
<style>
a { background-color: #67141A; }
a { background-color: rgb(103,20,26); }
div.DivClassName
{
background-color: #67141A;
}
.BgClassName
{
background-color: #67141A;
}
</style>
border-color css
<style>
span { border-color: #67141A; }
span { border-color: rgb(103,20,26); }
td.TdClassName
{
border-color: #67141A;
}
.TagClassName
{
border-color: #67141A;
}
</style>