Shades of Pohutukawa #6D1128
Tints of Pohutukawa #6D1128
RGB
CMYK
RGB Variations
Color information
#6D1128 (or 0x6D1128) is known color: Pohutukawa. HEX triplet: 6D, 11 and 28. RGB value is (109,17,40). Sum of RGB (Red+Green+Blue) = 109+17+40=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1128 is #92EED7. Grayscale: #2F2F2F. Windows color (decimal): -9629400 or 2625901. OLE color: 2625901.
HSL color Cylindrical-coordinate representation of color #6D1128: hue angle of 345º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1128 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 17 | 40 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.57 |
| HSL | 345º | 0.73% | 0.25% | - |
| HSV(B) | 345º | 0.84% | 0.43% | - |
| XYZ | 6.89 | 3.81 | 2.38 | - |
| YUV | 47.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 40 | 0 | 0.84 | 0.63 | 0.57 | 345 | 0.73 | 0.25 |
| Hex | 6D | 11 | 28 | 0 | 54 | 3F | 39 | 159 | 49 | 19 |
| Octal | 155 | 21 | 50 | 0 | 124 | 77 | 71 | 531 | 111 | 31 |
| Binary | 1101101 | 10001 | 101000 | 0 | 1010100 | 111111 | 111001 | 101011001 | 1001001 | 11001 |
Color Harmonies of #6D1128
Complementary color
Monochromatic Colors of #6D1128
Black with #6D1128
Text Example
Text Example
White with #6D1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1128; }
p { color: rgb(109,17,40); }
H1.HeaderClassName
{
color: #6D1128;
}
.AnyTagClassName
{
color: #6D1128;
}
</style>
background-color css
<style>
a { background-color: #6D1128; }
a { background-color: rgb(109,17,40); }
div.DivClassName
{
background-color: #6D1128;
}
.BgClassName
{
background-color: #6D1128;
}
</style>
border-color css
<style>
span { border-color: #6D1128; }
span { border-color: rgb(109,17,40); }
td.TdClassName
{
border-color: #6D1128;
}
.TagClassName
{
border-color: #6D1128;
}
</style>