Shades of Pohutukawa #6D1629
Tints of Pohutukawa #6D1629
RGB
CMYK
RGB Variations
Color information
#6D1629 (or 0x6D1629) is known color: Pohutukawa. HEX triplet: 6D, 16 and 29. RGB value is (109,22,41). Sum of RGB (Red+Green+Blue) = 109+22+41=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1629 is #92E9D6. Grayscale: #323232. Windows color (decimal): -9628119 or 2692717. OLE color: 2692717.
HSL color Cylindrical-coordinate representation of color #6D1629: hue angle of 346.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1629 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 41 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.57 |
| HSL | 346.9º | 0.66% | 0.26% | - |
| HSV(B) | 346.9º | 0.8% | 0.43% | - |
| XYZ | 6.99 | 3.99 | 2.5 | - |
| YUV | 50.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 41 | 0 | 0.80 | 0.62 | 0.57 | 346.9 | 0.66 | 0.26 |
| Hex | 6D | 16 | 29 | 0 | 50 | 3E | 39 | 15B | 42 | 1A |
| Octal | 155 | 26 | 51 | 0 | 120 | 76 | 71 | 533 | 102 | 32 |
| Binary | 1101101 | 10110 | 101001 | 0 | 1010000 | 111110 | 111001 | 101011011 | 1000010 | 11010 |
Color Harmonies of #6D1629
Complementary color
Monochromatic Colors of #6D1629
Black with #6D1629
Text Example
Text Example
White with #6D1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1629; }
p { color: rgb(109,22,41); }
H1.HeaderClassName
{
color: #6D1629;
}
.AnyTagClassName
{
color: #6D1629;
}
</style>
background-color css
<style>
a { background-color: #6D1629; }
a { background-color: rgb(109,22,41); }
div.DivClassName
{
background-color: #6D1629;
}
.BgClassName
{
background-color: #6D1629;
}
</style>
border-color css
<style>
span { border-color: #6D1629; }
span { border-color: rgb(109,22,41); }
td.TdClassName
{
border-color: #6D1629;
}
.TagClassName
{
border-color: #6D1629;
}
</style>