Shades of Pohutukawa #6D101C
Tints of Pohutukawa #6D101C
RGB
CMYK
RGB Variations
Color information
#6D101C (or 0x6D101C) is known color: Pohutukawa. HEX triplet: 6D, 10 and 1C. RGB value is (109,16,28). Sum of RGB (Red+Green+Blue) = 109+16+28=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D101C is #92EFE3. Grayscale: #2D2D2D. Windows color (decimal): -9629668 or 1839213. OLE color: 1839213.
HSL color Cylindrical-coordinate representation of color #6D101C: hue angle of 352.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D101C is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 28 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.57 |
| HSL | 352.26º | 0.74% | 0.25% | - |
| HSV(B) | 352.26º | 0.85% | 0.43% | - |
| XYZ | 6.7 | 3.71 | 1.46 | - |
| YUV | 45.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 28 | 0 | 0.85 | 0.74 | 0.57 | 352.26 | 0.74 | 0.25 |
| Hex | 6D | 10 | 1C | 0 | 55 | 4A | 39 | 160 | 4A | 19 |
| Octal | 155 | 20 | 34 | 0 | 125 | 112 | 71 | 540 | 112 | 31 |
| Binary | 1101101 | 10000 | 11100 | 0 | 1010101 | 1001010 | 111001 | 101100000 | 1001010 | 11001 |
Color Harmonies of #6D101C
Complementary color
Monochromatic Colors of #6D101C
Black with #6D101C
Text Example
Text Example
White with #6D101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D101C; }
p { color: rgb(109,16,28); }
H1.HeaderClassName
{
color: #6D101C;
}
.AnyTagClassName
{
color: #6D101C;
}
</style>
background-color css
<style>
a { background-color: #6D101C; }
a { background-color: rgb(109,16,28); }
div.DivClassName
{
background-color: #6D101C;
}
.BgClassName
{
background-color: #6D101C;
}
</style>
border-color css
<style>
span { border-color: #6D101C; }
span { border-color: rgb(109,16,28); }
td.TdClassName
{
border-color: #6D101C;
}
.TagClassName
{
border-color: #6D101C;
}
</style>