Shades of Pohutukawa #67102C
Tints of Pohutukawa #67102C
RGB
CMYK
RGB Variations
Color information
#67102C (or 0x67102C) is known color: Pohutukawa. HEX triplet: 67, 10 and 2C. RGB value is (103,16,44). Sum of RGB (Red+Green+Blue) = 103+16+44=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #67102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67102C is #98EFD3. Grayscale: #2D2D2D. Windows color (decimal): -10022868 or 2887783. OLE color: 2887783.
HSL color Cylindrical-coordinate representation of color #67102C: hue angle of 340.69º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67102C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 44 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.60 |
| HSL | 340.69º | 0.73% | 0.23% | - |
| HSV(B) | 340.69º | 0.84% | 0.4% | - |
| XYZ | 6.23 | 3.44 | 2.72 | - |
| YUV | 45.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 44 | 0 | 0.84 | 0.57 | 0.60 | 340.69 | 0.73 | 0.23 |
| Hex | 67 | 10 | 2C | 0 | 54 | 39 | 3C | 155 | 49 | 17 |
| Octal | 147 | 20 | 54 | 0 | 124 | 71 | 74 | 525 | 111 | 27 |
| Binary | 1100111 | 10000 | 101100 | 0 | 1010100 | 111001 | 111100 | 101010101 | 1001001 | 10111 |
Color Harmonies of #67102C
Complementary color
Monochromatic Colors of #67102C
Black with #67102C
Text Example
Text Example
White with #67102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67102C; }
p { color: rgb(103,16,44); }
H1.HeaderClassName
{
color: #67102C;
}
.AnyTagClassName
{
color: #67102C;
}
</style>
background-color css
<style>
a { background-color: #67102C; }
a { background-color: rgb(103,16,44); }
div.DivClassName
{
background-color: #67102C;
}
.BgClassName
{
background-color: #67102C;
}
</style>
border-color css
<style>
span { border-color: #67102C; }
span { border-color: rgb(103,16,44); }
td.TdClassName
{
border-color: #67102C;
}
.TagClassName
{
border-color: #67102C;
}
</style>