Shades of Pohutukawa #67152D
Tints of Pohutukawa #67152D
RGB
CMYK
RGB Variations
Color information
#67152D (or 0x67152D) is known color: Pohutukawa. HEX triplet: 67, 15 and 2D. RGB value is (103,21,45). Sum of RGB (Red+Green+Blue) = 103+21+45=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #67152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67152D is #98EAD2. Grayscale: #303030. Windows color (decimal): -10021587 or 2954599. OLE color: 2954599.
HSL color Cylindrical-coordinate representation of color #67152D: hue angle of 342.44º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67152D is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 21 | 45 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.60 |
| HSL | 342.44º | 0.66% | 0.24% | - |
| HSV(B) | 342.44º | 0.8% | 0.4% | - |
| XYZ | 6.34 | 3.61 | 2.85 | - |
| YUV | 48.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 45 | 0 | 0.80 | 0.56 | 0.60 | 342.44 | 0.66 | 0.24 |
| Hex | 67 | 15 | 2D | 0 | 50 | 38 | 3C | 156 | 42 | 18 |
| Octal | 147 | 25 | 55 | 0 | 120 | 70 | 74 | 526 | 102 | 30 |
| Binary | 1100111 | 10101 | 101101 | 0 | 1010000 | 111000 | 111100 | 101010110 | 1000010 | 11000 |
Color Harmonies of #67152D
Complementary color
Monochromatic Colors of #67152D
Black with #67152D
Text Example
Text Example
White with #67152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67152D; }
p { color: rgb(103,21,45); }
H1.HeaderClassName
{
color: #67152D;
}
.AnyTagClassName
{
color: #67152D;
}
</style>
background-color css
<style>
a { background-color: #67152D; }
a { background-color: rgb(103,21,45); }
div.DivClassName
{
background-color: #67152D;
}
.BgClassName
{
background-color: #67152D;
}
</style>
border-color css
<style>
span { border-color: #67152D; }
span { border-color: rgb(103,21,45); }
td.TdClassName
{
border-color: #67152D;
}
.TagClassName
{
border-color: #67152D;
}
</style>