Shades of Pohutukawa #6D141D
Tints of Pohutukawa #6D141D
RGB
CMYK
RGB Variations
Color information
#6D141D (or 0x6D141D) is known color: Pohutukawa. HEX triplet: 6D, 14 and 1D. RGB value is (109,20,29). Sum of RGB (Red+Green+Blue) = 109+20+29=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D141D is #92EBE2. Grayscale: #2F2F2F. Windows color (decimal): -9628643 or 1905773. OLE color: 1905773.
HSL color Cylindrical-coordinate representation of color #6D141D: hue angle of 353.93º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D141D is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 20 | 29 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.57 |
| HSL | 353.93º | 0.69% | 0.25% | - |
| HSV(B) | 353.93º | 0.82% | 0.43% | - |
| XYZ | 6.78 | 3.84 | 1.55 | - |
| YUV | 47.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 29 | 0 | 0.82 | 0.73 | 0.57 | 353.93 | 0.69 | 0.25 |
| Hex | 6D | 14 | 1D | 0 | 52 | 49 | 39 | 162 | 45 | 19 |
| Octal | 155 | 24 | 35 | 0 | 122 | 111 | 71 | 542 | 105 | 31 |
| Binary | 1101101 | 10100 | 11101 | 0 | 1010010 | 1001001 | 111001 | 101100010 | 1000101 | 11001 |
Color Harmonies of #6D141D
Complementary color
Monochromatic Colors of #6D141D
Black with #6D141D
Text Example
Text Example
White with #6D141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D141D; }
p { color: rgb(109,20,29); }
H1.HeaderClassName
{
color: #6D141D;
}
.AnyTagClassName
{
color: #6D141D;
}
</style>
background-color css
<style>
a { background-color: #6D141D; }
a { background-color: rgb(109,20,29); }
div.DivClassName
{
background-color: #6D141D;
}
.BgClassName
{
background-color: #6D141D;
}
</style>
border-color css
<style>
span { border-color: #6D141D; }
span { border-color: rgb(109,20,29); }
td.TdClassName
{
border-color: #6D141D;
}
.TagClassName
{
border-color: #6D141D;
}
</style>