Shades of Pohutukawa #6C0D1F
Tints of Pohutukawa #6C0D1F
RGB
CMYK
RGB Variations
Color information
#6C0D1F (or 0x6C0D1F) is known color: Pohutukawa. HEX triplet: 6C, 0D and 1F. RGB value is (108,13,31). Sum of RGB (Red+Green+Blue) = 108+13+31=152 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.05% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0D1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0D1F is #93F2E0. Grayscale: #2B2B2B. Windows color (decimal): -9695969 or 2035052. OLE color: 2035052.
HSL color Cylindrical-coordinate representation of color #6C0D1F: hue angle of 348.63º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C0D1F is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 13 | 31 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.58 |
| HSL | 348.63º | 0.79% | 0.24% | - |
| HSV(B) | 348.63º | 0.88% | 0.42% | - |
| XYZ | 6.58 | 3.57 | 1.64 | - |
| YUV | 43.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 31 | 0 | 0.88 | 0.71 | 0.58 | 348.63 | 0.79 | 0.24 |
| Hex | 6C | D | 1F | 0 | 58 | 47 | 3A | 15D | 4F | 18 |
| Octal | 154 | 15 | 37 | 0 | 130 | 107 | 72 | 535 | 117 | 30 |
| Binary | 1101100 | 1101 | 11111 | 0 | 1011000 | 1000111 | 111010 | 101011101 | 1001111 | 11000 |
Color Harmonies of #6C0D1F
Complementary color
Monochromatic Colors of #6C0D1F
Black with #6C0D1F
Text Example
Text Example
White with #6C0D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0D1F; }
p { color: rgb(108,13,31); }
H1.HeaderClassName
{
color: #6C0D1F;
}
.AnyTagClassName
{
color: #6C0D1F;
}
</style>
background-color css
<style>
a { background-color: #6C0D1F; }
a { background-color: rgb(108,13,31); }
div.DivClassName
{
background-color: #6C0D1F;
}
.BgClassName
{
background-color: #6C0D1F;
}
</style>
border-color css
<style>
span { border-color: #6C0D1F; }
span { border-color: rgb(108,13,31); }
td.TdClassName
{
border-color: #6C0D1F;
}
.TagClassName
{
border-color: #6C0D1F;
}
</style>