Shades of Pohutukawa #6C141D
Tints of Pohutukawa #6C141D
RGB
CMYK
RGB Variations
Color information
#6C141D (or 0x6C141D) is known color: Pohutukawa. HEX triplet: 6C, 14 and 1D. RGB value is (108,20,29). Sum of RGB (Red+Green+Blue) = 108+20+29=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C141D is #93EBE2. Grayscale: #2F2F2F. Windows color (decimal): -9694179 or 1905772. OLE color: 1905772.
HSL color Cylindrical-coordinate representation of color #6C141D: hue angle of 353.86º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C141D is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 20 | 29 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.58 |
| HSL | 353.86º | 0.69% | 0.25% | - |
| HSV(B) | 353.86º | 0.81% | 0.42% | - |
| XYZ | 6.66 | 3.78 | 1.54 | - |
| YUV | 47.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 29 | 0 | 0.81 | 0.73 | 0.58 | 353.86 | 0.69 | 0.25 |
| Hex | 6C | 14 | 1D | 0 | 51 | 49 | 3A | 162 | 45 | 19 |
| Octal | 154 | 24 | 35 | 0 | 121 | 111 | 72 | 542 | 105 | 31 |
| Binary | 1101100 | 10100 | 11101 | 0 | 1010001 | 1001001 | 111010 | 101100010 | 1000101 | 11001 |
Color Harmonies of #6C141D
Complementary color
Monochromatic Colors of #6C141D
Black with #6C141D
Text Example
Text Example
White with #6C141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C141D; }
p { color: rgb(108,20,29); }
H1.HeaderClassName
{
color: #6C141D;
}
.AnyTagClassName
{
color: #6C141D;
}
</style>
background-color css
<style>
a { background-color: #6C141D; }
a { background-color: rgb(108,20,29); }
div.DivClassName
{
background-color: #6C141D;
}
.BgClassName
{
background-color: #6C141D;
}
</style>
border-color css
<style>
span { border-color: #6C141D; }
span { border-color: rgb(108,20,29); }
td.TdClassName
{
border-color: #6C141D;
}
.TagClassName
{
border-color: #6C141D;
}
</style>