Shades of Pohutukawa #67111C
Tints of Pohutukawa #67111C
RGB
CMYK
RGB Variations
Color information
#67111C (or 0x67111C) is known color: Pohutukawa. HEX triplet: 67, 11 and 1C. RGB value is (103,17,28). Sum of RGB (Red+Green+Blue) = 103+17+28=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #67111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67111C is #98EEE3. Grayscale: #2C2C2C. Windows color (decimal): -10022628 or 1839463. OLE color: 1839463.
HSL color Cylindrical-coordinate representation of color #67111C: hue angle of 352.33º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67111C is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 17 | 28 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.60 |
| HSL | 352.33º | 0.72% | 0.24% | - |
| HSV(B) | 352.33º | 0.83% | 0.4% | - |
| XYZ | 6 | 3.37 | 1.43 | - |
| YUV | 43.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 28 | 0 | 0.83 | 0.73 | 0.60 | 352.33 | 0.72 | 0.24 |
| Hex | 67 | 11 | 1C | 0 | 53 | 49 | 3C | 160 | 48 | 18 |
| Octal | 147 | 21 | 34 | 0 | 123 | 111 | 74 | 540 | 110 | 30 |
| Binary | 1100111 | 10001 | 11100 | 0 | 1010011 | 1001001 | 111100 | 101100000 | 1001000 | 11000 |
Color Harmonies of #67111C
Complementary color
Monochromatic Colors of #67111C
Black with #67111C
Text Example
Text Example
White with #67111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67111C; }
p { color: rgb(103,17,28); }
H1.HeaderClassName
{
color: #67111C;
}
.AnyTagClassName
{
color: #67111C;
}
</style>
background-color css
<style>
a { background-color: #67111C; }
a { background-color: rgb(103,17,28); }
div.DivClassName
{
background-color: #67111C;
}
.BgClassName
{
background-color: #67111C;
}
</style>
border-color css
<style>
span { border-color: #67111C; }
span { border-color: rgb(103,17,28); }
td.TdClassName
{
border-color: #67111C;
}
.TagClassName
{
border-color: #67111C;
}
</style>