Shades of Pohutukawa #6F0D1C
Tints of Pohutukawa #6F0D1C
RGB
CMYK
RGB Variations
Color information
#6F0D1C (or 0x6F0D1C) is known color: Pohutukawa. HEX triplet: 6F, 0D and 1C. RGB value is (111,13,28). Sum of RGB (Red+Green+Blue) = 111+13+28=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D1C is #90F2E3. Grayscale: #2C2C2C. Windows color (decimal): -9499364 or 1838447. OLE color: 1838447.
HSL color Cylindrical-coordinate representation of color #6F0D1C: hue angle of 350.82º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0D1C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 28 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.56 |
| HSL | 350.82º | 0.79% | 0.24% | - |
| HSV(B) | 350.82º | 0.88% | 0.44% | - |
| XYZ | 6.91 | 3.75 | 1.46 | - |
| YUV | 44.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 28 | 0 | 0.88 | 0.75 | 0.56 | 350.82 | 0.79 | 0.24 |
| Hex | 6F | D | 1C | 0 | 58 | 4B | 38 | 15F | 4F | 18 |
| Octal | 157 | 15 | 34 | 0 | 130 | 113 | 70 | 537 | 117 | 30 |
| Binary | 1101111 | 1101 | 11100 | 0 | 1011000 | 1001011 | 111000 | 101011111 | 1001111 | 11000 |
Color Harmonies of #6F0D1C
Complementary color
Monochromatic Colors of #6F0D1C
Black with #6F0D1C
Text Example
Text Example
White with #6F0D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D1C; }
p { color: rgb(111,13,28); }
H1.HeaderClassName
{
color: #6F0D1C;
}
.AnyTagClassName
{
color: #6F0D1C;
}
</style>
background-color css
<style>
a { background-color: #6F0D1C; }
a { background-color: rgb(111,13,28); }
div.DivClassName
{
background-color: #6F0D1C;
}
.BgClassName
{
background-color: #6F0D1C;
}
</style>
border-color css
<style>
span { border-color: #6F0D1C; }
span { border-color: rgb(111,13,28); }
td.TdClassName
{
border-color: #6F0D1C;
}
.TagClassName
{
border-color: #6F0D1C;
}
</style>