Shades of Pohutukawa #6D0D1B
Tints of Pohutukawa #6D0D1B
RGB
CMYK
RGB Variations
Color information
#6D0D1B (or 0x6D0D1B) is known color: Pohutukawa. HEX triplet: 6D, 0D and 1B. RGB value is (109,13,27). Sum of RGB (Red+Green+Blue) = 109+13+27=149 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.15% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0D1B is #92F2E4. Grayscale: #2B2B2B. Windows color (decimal): -9630437 or 1772909. OLE color: 1772909.
HSL color Cylindrical-coordinate representation of color #6D0D1B: hue angle of 351.25º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D0D1B is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 27 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.57 |
| HSL | 351.25º | 0.79% | 0.24% | - |
| HSV(B) | 351.25º | 0.88% | 0.43% | - |
| XYZ | 6.65 | 3.62 | 1.38 | - |
| YUV | 43.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 27 | 0 | 0.88 | 0.75 | 0.57 | 351.25 | 0.79 | 0.24 |
| Hex | 6D | D | 1B | 0 | 58 | 4B | 39 | 15F | 4F | 18 |
| Octal | 155 | 15 | 33 | 0 | 130 | 113 | 71 | 537 | 117 | 30 |
| Binary | 1101101 | 1101 | 11011 | 0 | 1011000 | 1001011 | 111001 | 101011111 | 1001111 | 11000 |
Color Harmonies of #6D0D1B
Complementary color
Monochromatic Colors of #6D0D1B
Black with #6D0D1B
Text Example
Text Example
White with #6D0D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D1B; }
p { color: rgb(109,13,27); }
H1.HeaderClassName
{
color: #6D0D1B;
}
.AnyTagClassName
{
color: #6D0D1B;
}
</style>
background-color css
<style>
a { background-color: #6D0D1B; }
a { background-color: rgb(109,13,27); }
div.DivClassName
{
background-color: #6D0D1B;
}
.BgClassName
{
background-color: #6D0D1B;
}
</style>
border-color css
<style>
span { border-color: #6D0D1B; }
span { border-color: rgb(109,13,27); }
td.TdClassName
{
border-color: #6D0D1B;
}
.TagClassName
{
border-color: #6D0D1B;
}
</style>