Shades of Pohutukawa #67152A
Tints of Pohutukawa #67152A
RGB
CMYK
RGB Variations
Color information
#67152A (or 0x67152A) is known color: Pohutukawa. HEX triplet: 67, 15 and 2A. RGB value is (103,21,42). Sum of RGB (Red+Green+Blue) = 103+21+42=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #67152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67152A is #98EAD5. Grayscale: #2F2F2F. Windows color (decimal): -10021590 or 2757991. OLE color: 2757991.
HSL color Cylindrical-coordinate representation of color #67152A: hue angle of 344.63º 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 #67152A is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 21 | 42 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.60 |
| HSL | 344.63º | 0.66% | 0.24% | - |
| HSV(B) | 344.63º | 0.8% | 0.4% | - |
| XYZ | 6.28 | 3.59 | 2.55 | - |
| YUV | 47.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 42 | 0 | 0.80 | 0.59 | 0.60 | 344.63 | 0.66 | 0.24 |
| Hex | 67 | 15 | 2A | 0 | 50 | 3B | 3C | 159 | 42 | 18 |
| Octal | 147 | 25 | 52 | 0 | 120 | 73 | 74 | 531 | 102 | 30 |
| Binary | 1100111 | 10101 | 101010 | 0 | 1010000 | 111011 | 111100 | 101011001 | 1000010 | 11000 |
Color Harmonies of #67152A
Complementary color
Monochromatic Colors of #67152A
Black with #67152A
Text Example
Text Example
White with #67152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67152A; }
p { color: rgb(103,21,42); }
H1.HeaderClassName
{
color: #67152A;
}
.AnyTagClassName
{
color: #67152A;
}
</style>
background-color css
<style>
a { background-color: #67152A; }
a { background-color: rgb(103,21,42); }
div.DivClassName
{
background-color: #67152A;
}
.BgClassName
{
background-color: #67152A;
}
</style>
border-color css
<style>
span { border-color: #67152A; }
span { border-color: rgb(103,21,42); }
td.TdClassName
{
border-color: #67152A;
}
.TagClassName
{
border-color: #67152A;
}
</style>