Shades of Pohutukawa #67192B
Tints of Pohutukawa #67192B
RGB
CMYK
RGB Variations
Color information
#67192B (or 0x67192B) is known color: Pohutukawa. HEX triplet: 67, 19 and 2B. RGB value is (103,25,43). Sum of RGB (Red+Green+Blue) = 103+25+43=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #67192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67192B is #98E6D4. Grayscale: #323232. Windows color (decimal): -10020565 or 2824551. OLE color: 2824551.
HSL color Cylindrical-coordinate representation of color #67192B: hue angle of 346.15º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67192B is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 43 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.60 |
| HSL | 346.15º | 0.61% | 0.25% | - |
| HSV(B) | 346.15º | 0.76% | 0.4% | - |
| XYZ | 6.38 | 3.75 | 2.67 | - |
| YUV | 50.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 43 | 0 | 0.76 | 0.58 | 0.60 | 346.15 | 0.61 | 0.25 |
| Hex | 67 | 19 | 2B | 0 | 4C | 3A | 3C | 15A | 3D | 19 |
| Octal | 147 | 31 | 53 | 0 | 114 | 72 | 74 | 532 | 75 | 31 |
| Binary | 1100111 | 11001 | 101011 | 0 | 1001100 | 111010 | 111100 | 101011010 | 111101 | 11001 |
Color Harmonies of #67192B
Complementary color
Monochromatic Colors of #67192B
Black with #67192B
Text Example
Text Example
White with #67192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67192B; }
p { color: rgb(103,25,43); }
H1.HeaderClassName
{
color: #67192B;
}
.AnyTagClassName
{
color: #67192B;
}
</style>
background-color css
<style>
a { background-color: #67192B; }
a { background-color: rgb(103,25,43); }
div.DivClassName
{
background-color: #67192B;
}
.BgClassName
{
background-color: #67192B;
}
</style>
border-color css
<style>
span { border-color: #67192B; }
span { border-color: rgb(103,25,43); }
td.TdClassName
{
border-color: #67192B;
}
.TagClassName
{
border-color: #67192B;
}
</style>