Shades of Pohutukawa #6C131C
Tints of Pohutukawa #6C131C
RGB
CMYK
RGB Variations
Color information
#6C131C (or 0x6C131C) is known color: Pohutukawa. HEX triplet: 6C, 13 and 1C. RGB value is (108,19,28). Sum of RGB (Red+Green+Blue) = 108+19+28=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C131C is #93ECE3. Grayscale: #2E2E2E. Windows color (decimal): -9694436 or 1839980. OLE color: 1839980.
HSL color Cylindrical-coordinate representation of color #6C131C: hue angle of 353.93º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C131C is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 19 | 28 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.58 |
| HSL | 353.93º | 0.7% | 0.25% | - |
| HSV(B) | 353.93º | 0.82% | 0.42% | - |
| XYZ | 6.63 | 3.74 | 1.47 | - |
| YUV | 46.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 28 | 0 | 0.82 | 0.74 | 0.58 | 353.93 | 0.7 | 0.25 |
| Hex | 6C | 13 | 1C | 0 | 52 | 4A | 3A | 162 | 46 | 19 |
| Octal | 154 | 23 | 34 | 0 | 122 | 112 | 72 | 542 | 106 | 31 |
| Binary | 1101100 | 10011 | 11100 | 0 | 1010010 | 1001010 | 111010 | 101100010 | 1000110 | 11001 |
Color Harmonies of #6C131C
Complementary color
Monochromatic Colors of #6C131C
Black with #6C131C
Text Example
Text Example
White with #6C131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C131C; }
p { color: rgb(108,19,28); }
H1.HeaderClassName
{
color: #6C131C;
}
.AnyTagClassName
{
color: #6C131C;
}
</style>
background-color css
<style>
a { background-color: #6C131C; }
a { background-color: rgb(108,19,28); }
div.DivClassName
{
background-color: #6C131C;
}
.BgClassName
{
background-color: #6C131C;
}
</style>
border-color css
<style>
span { border-color: #6C131C; }
span { border-color: rgb(108,19,28); }
td.TdClassName
{
border-color: #6C131C;
}
.TagClassName
{
border-color: #6C131C;
}
</style>