Shades of Pohutukawa #6C101F
Tints of Pohutukawa #6C101F
RGB
CMYK
RGB Variations
Color information
#6C101F (or 0x6C101F) is known color: Pohutukawa. HEX triplet: 6C, 10 and 1F. RGB value is (108,16,31). Sum of RGB (Red+Green+Blue) = 108+16+31=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C101F is #93EFE0. Grayscale: #2D2D2D. Windows color (decimal): -9695201 or 2035820. OLE color: 2035820.
HSL color Cylindrical-coordinate representation of color #6C101F: hue angle of 350.22º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C101F is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 16 | 31 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.58 |
| HSL | 350.22º | 0.74% | 0.24% | - |
| HSV(B) | 350.22º | 0.85% | 0.42% | - |
| XYZ | 6.62 | 3.66 | 1.65 | - |
| YUV | 45.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 31 | 0 | 0.85 | 0.71 | 0.58 | 350.22 | 0.74 | 0.24 |
| Hex | 6C | 10 | 1F | 0 | 55 | 47 | 3A | 15E | 4A | 18 |
| Octal | 154 | 20 | 37 | 0 | 125 | 107 | 72 | 536 | 112 | 30 |
| Binary | 1101100 | 10000 | 11111 | 0 | 1010101 | 1000111 | 111010 | 101011110 | 1001010 | 11000 |
Color Harmonies of #6C101F
Complementary color
Monochromatic Colors of #6C101F
Black with #6C101F
Text Example
Text Example
White with #6C101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C101F; }
p { color: rgb(108,16,31); }
H1.HeaderClassName
{
color: #6C101F;
}
.AnyTagClassName
{
color: #6C101F;
}
</style>
background-color css
<style>
a { background-color: #6C101F; }
a { background-color: rgb(108,16,31); }
div.DivClassName
{
background-color: #6C101F;
}
.BgClassName
{
background-color: #6C101F;
}
</style>
border-color css
<style>
span { border-color: #6C101F; }
span { border-color: rgb(108,16,31); }
td.TdClassName
{
border-color: #6C101F;
}
.TagClassName
{
border-color: #6C101F;
}
</style>