Shades of Pohutukawa #6D101B
Tints of Pohutukawa #6D101B
RGB
CMYK
RGB Variations
Color information
#6D101B (or 0x6D101B) is known color: Pohutukawa. HEX triplet: 6D, 10 and 1B. RGB value is (109,16,27). Sum of RGB (Red+Green+Blue) = 109+16+27=152 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.71% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 109 - color contains mainly: red. Hex color #6D101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D101B is #92EFE4. Grayscale: #2D2D2D. Windows color (decimal): -9629669 or 1773677. OLE color: 1773677.
HSL color Cylindrical-coordinate representation of color #6D101B: hue angle of 352.9º 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 #6D101B is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 27 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.57 |
| HSL | 352.9º | 0.74% | 0.25% | - |
| HSV(B) | 352.9º | 0.85% | 0.43% | - |
| XYZ | 6.69 | 3.7 | 1.4 | - |
| YUV | 45.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 27 | 0 | 0.85 | 0.75 | 0.57 | 352.9 | 0.74 | 0.25 |
| Hex | 6D | 10 | 1B | 0 | 55 | 4B | 39 | 161 | 4A | 19 |
| Octal | 155 | 20 | 33 | 0 | 125 | 113 | 71 | 541 | 112 | 31 |
| Binary | 1101101 | 10000 | 11011 | 0 | 1010101 | 1001011 | 111001 | 101100001 | 1001010 | 11001 |
Color Harmonies of #6D101B
Complementary color
Monochromatic Colors of #6D101B
Black with #6D101B
Text Example
Text Example
White with #6D101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D101B; }
p { color: rgb(109,16,27); }
H1.HeaderClassName
{
color: #6D101B;
}
.AnyTagClassName
{
color: #6D101B;
}
</style>
background-color css
<style>
a { background-color: #6D101B; }
a { background-color: rgb(109,16,27); }
div.DivClassName
{
background-color: #6D101B;
}
.BgClassName
{
background-color: #6D101B;
}
</style>
border-color css
<style>
span { border-color: #6D101B; }
span { border-color: rgb(109,16,27); }
td.TdClassName
{
border-color: #6D101B;
}
.TagClassName
{
border-color: #6D101B;
}
</style>