Shades of Pohutukawa #6F101D
Tints of Pohutukawa #6F101D
RGB
CMYK
RGB Variations
Color information
#6F101D (or 0x6F101D) is known color: Pohutukawa. HEX triplet: 6F, 10 and 1D. RGB value is (111,16,29). Sum of RGB (Red+Green+Blue) = 111+16+29=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F101D is #90EFE2. Grayscale: #2D2D2D. Windows color (decimal): -9498595 or 1904751. OLE color: 1904751.
HSL color Cylindrical-coordinate representation of color #6F101D: hue angle of 351.79º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F101D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 29 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.56 |
| HSL | 351.79º | 0.75% | 0.25% | - |
| HSV(B) | 351.79º | 0.86% | 0.44% | - |
| XYZ | 6.96 | 3.84 | 1.54 | - |
| YUV | 45.89 | 118.47 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 29 | 0 | 0.86 | 0.74 | 0.56 | 351.79 | 0.75 | 0.25 |
| Hex | 6F | 10 | 1D | 0 | 56 | 4A | 38 | 160 | 4B | 19 |
| Octal | 157 | 20 | 35 | 0 | 126 | 112 | 70 | 540 | 113 | 31 |
| Binary | 1101111 | 10000 | 11101 | 0 | 1010110 | 1001010 | 111000 | 101100000 | 1001011 | 11001 |
Color Harmonies of #6F101D
Complementary color
Monochromatic Colors of #6F101D
Black with #6F101D
Text Example
Text Example
White with #6F101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F101D; }
p { color: rgb(111,16,29); }
H1.HeaderClassName
{
color: #6F101D;
}
.AnyTagClassName
{
color: #6F101D;
}
</style>
background-color css
<style>
a { background-color: #6F101D; }
a { background-color: rgb(111,16,29); }
div.DivClassName
{
background-color: #6F101D;
}
.BgClassName
{
background-color: #6F101D;
}
</style>
border-color css
<style>
span { border-color: #6F101D; }
span { border-color: rgb(111,16,29); }
td.TdClassName
{
border-color: #6F101D;
}
.TagClassName
{
border-color: #6F101D;
}
</style>