Shades of Pohutukawa #67192D
Tints of Pohutukawa #67192D
RGB
CMYK
RGB Variations
Color information
#67192D (or 0x67192D) is known color: Pohutukawa. HEX triplet: 67, 19 and 2D. RGB value is (103,25,45). Sum of RGB (Red+Green+Blue) = 103+25+45=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #67192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67192D is #98E6D2. Grayscale: #323232. Windows color (decimal): -10020563 or 2955623. OLE color: 2955623.
HSL color Cylindrical-coordinate representation of color #67192D: hue angle of 344.62º 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 #67192D is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 25 | 45 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.60 |
| HSL | 344.62º | 0.61% | 0.25% | - |
| HSV(B) | 344.62º | 0.76% | 0.4% | - |
| XYZ | 6.41 | 3.77 | 2.87 | - |
| YUV | 50.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 45 | 0 | 0.76 | 0.56 | 0.60 | 344.62 | 0.61 | 0.25 |
| Hex | 67 | 19 | 2D | 0 | 4C | 38 | 3C | 159 | 3D | 19 |
| Octal | 147 | 31 | 55 | 0 | 114 | 70 | 74 | 531 | 75 | 31 |
| Binary | 1100111 | 11001 | 101101 | 0 | 1001100 | 111000 | 111100 | 101011001 | 111101 | 11001 |
Color Harmonies of #67192D
Complementary color
Monochromatic Colors of #67192D
Black with #67192D
Text Example
Text Example
White with #67192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67192D; }
p { color: rgb(103,25,45); }
H1.HeaderClassName
{
color: #67192D;
}
.AnyTagClassName
{
color: #67192D;
}
</style>
background-color css
<style>
a { background-color: #67192D; }
a { background-color: rgb(103,25,45); }
div.DivClassName
{
background-color: #67192D;
}
.BgClassName
{
background-color: #67192D;
}
</style>
border-color css
<style>
span { border-color: #67192D; }
span { border-color: rgb(103,25,45); }
td.TdClassName
{
border-color: #67192D;
}
.TagClassName
{
border-color: #67192D;
}
</style>