Shades of Pohutukawa #6D151B
Tints of Pohutukawa #6D151B
RGB
CMYK
RGB Variations
Color information
#6D151B (or 0x6D151B) is known color: Pohutukawa. HEX triplet: 6D, 15 and 1B. RGB value is (109,21,27). Sum of RGB (Red+Green+Blue) = 109+21+27=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D151B is #92EAE4. Grayscale: #303030. Windows color (decimal): -9628389 or 1774957. OLE color: 1774957.
HSL color Cylindrical-coordinate representation of color #6D151B: hue angle of 355.91º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D151B is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 27 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.57 |
| HSL | 355.91º | 0.68% | 0.25% | - |
| HSV(B) | 355.91º | 0.81% | 0.43% | - |
| XYZ | 6.77 | 3.87 | 1.43 | - |
| YUV | 48 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 27 | 0 | 0.81 | 0.75 | 0.57 | 355.91 | 0.68 | 0.25 |
| Hex | 6D | 15 | 1B | 0 | 51 | 4B | 39 | 164 | 44 | 19 |
| Octal | 155 | 25 | 33 | 0 | 121 | 113 | 71 | 544 | 104 | 31 |
| Binary | 1101101 | 10101 | 11011 | 0 | 1010001 | 1001011 | 111001 | 101100100 | 1000100 | 11001 |
Color Harmonies of #6D151B
Complementary color
Monochromatic Colors of #6D151B
Black with #6D151B
Text Example
Text Example
White with #6D151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D151B; }
p { color: rgb(109,21,27); }
H1.HeaderClassName
{
color: #6D151B;
}
.AnyTagClassName
{
color: #6D151B;
}
</style>
background-color css
<style>
a { background-color: #6D151B; }
a { background-color: rgb(109,21,27); }
div.DivClassName
{
background-color: #6D151B;
}
.BgClassName
{
background-color: #6D151B;
}
</style>
border-color css
<style>
span { border-color: #6D151B; }
span { border-color: rgb(109,21,27); }
td.TdClassName
{
border-color: #6D151B;
}
.TagClassName
{
border-color: #6D151B;
}
</style>