Shades of Pohutukawa #67101C
Tints of Pohutukawa #67101C
RGB
CMYK
RGB Variations
Color information
#67101C (or 0x67101C) is known color: Pohutukawa. HEX triplet: 67, 10 and 1C. RGB value is (103,16,28). Sum of RGB (Red+Green+Blue) = 103+16+28=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #67101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67101C is #98EFE3. Grayscale: #2B2B2B. Windows color (decimal): -10022884 or 1839207. OLE color: 1839207.
HSL color Cylindrical-coordinate representation of color #67101C: hue angle of 351.72º 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 #67101C is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 16 | 28 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.60 |
| HSL | 351.72º | 0.73% | 0.23% | - |
| HSV(B) | 351.72º | 0.84% | 0.4% | - |
| XYZ | 5.99 | 3.34 | 1.43 | - |
| YUV | 43.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 28 | 0 | 0.84 | 0.73 | 0.60 | 351.72 | 0.73 | 0.23 |
| Hex | 67 | 10 | 1C | 0 | 54 | 49 | 3C | 160 | 49 | 17 |
| Octal | 147 | 20 | 34 | 0 | 124 | 111 | 74 | 540 | 111 | 27 |
| Binary | 1100111 | 10000 | 11100 | 0 | 1010100 | 1001001 | 111100 | 101100000 | 1001001 | 10111 |
Color Harmonies of #67101C
Complementary color
Monochromatic Colors of #67101C
Black with #67101C
Text Example
Text Example
White with #67101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67101C; }
p { color: rgb(103,16,28); }
H1.HeaderClassName
{
color: #67101C;
}
.AnyTagClassName
{
color: #67101C;
}
</style>
background-color css
<style>
a { background-color: #67101C; }
a { background-color: rgb(103,16,28); }
div.DivClassName
{
background-color: #67101C;
}
.BgClassName
{
background-color: #67101C;
}
</style>
border-color css
<style>
span { border-color: #67101C; }
span { border-color: rgb(103,16,28); }
td.TdClassName
{
border-color: #67101C;
}
.TagClassName
{
border-color: #67101C;
}
</style>