Shades of Pohutukawa #6D0A1D
Tints of Pohutukawa #6D0A1D
RGB
CMYK
RGB Variations
Color information
#6D0A1D (or 0x6D0A1D) is known color: Pohutukawa. HEX triplet: 6D, 0A and 1D. RGB value is (109,10,29). Sum of RGB (Red+Green+Blue) = 109+10+29=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A1D is #92F5E2. Grayscale: #292929. Windows color (decimal): -9631203 or 1903213. OLE color: 1903213.
HSL color Cylindrical-coordinate representation of color #6D0A1D: hue angle of 348.48º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A1D is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 10 | 29 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.57 |
| HSL | 348.48º | 0.83% | 0.23% | - |
| HSV(B) | 348.48º | 0.91% | 0.43% | - |
| XYZ | 6.64 | 3.56 | 1.5 | - |
| YUV | 41.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 29 | 0 | 0.91 | 0.73 | 0.57 | 348.48 | 0.83 | 0.23 |
| Hex | 6D | A | 1D | 0 | 5B | 49 | 39 | 15C | 53 | 17 |
| Octal | 155 | 12 | 35 | 0 | 133 | 111 | 71 | 534 | 123 | 27 |
| Binary | 1101101 | 1010 | 11101 | 0 | 1011011 | 1001001 | 111001 | 101011100 | 1010011 | 10111 |
Color Harmonies of #6D0A1D
Complementary color
Monochromatic Colors of #6D0A1D
Black with #6D0A1D
Text Example
Text Example
White with #6D0A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0A1D; }
p { color: rgb(109,10,29); }
H1.HeaderClassName
{
color: #6D0A1D;
}
.AnyTagClassName
{
color: #6D0A1D;
}
</style>
background-color css
<style>
a { background-color: #6D0A1D; }
a { background-color: rgb(109,10,29); }
div.DivClassName
{
background-color: #6D0A1D;
}
.BgClassName
{
background-color: #6D0A1D;
}
</style>
border-color css
<style>
span { border-color: #6D0A1D; }
span { border-color: rgb(109,10,29); }
td.TdClassName
{
border-color: #6D0A1D;
}
.TagClassName
{
border-color: #6D0A1D;
}
</style>