Shades of Pohutukawa #6C1119
Tints of Pohutukawa #6C1119
RGB
CMYK
RGB Variations
Color information
#6C1119 (or 0x6C1119) is known color: Pohutukawa. HEX triplet: 6C, 11 and 19. RGB value is (108,17,25). Sum of RGB (Red+Green+Blue) = 108+17+25=150 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1119 is #93EEE6. Grayscale: #2D2D2D. Windows color (decimal): -9694951 or 1642860. OLE color: 1642860.
HSL color Cylindrical-coordinate representation of color #6C1119: hue angle of 354.73º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1119 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 17 | 25 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.58 |
| HSL | 354.73º | 0.73% | 0.25% | - |
| HSV(B) | 354.73º | 0.84% | 0.42% | - |
| XYZ | 6.56 | 3.66 | 1.28 | - |
| YUV | 45.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 25 | 0 | 0.84 | 0.77 | 0.58 | 354.73 | 0.73 | 0.25 |
| Hex | 6C | 11 | 19 | 0 | 54 | 4D | 3A | 163 | 49 | 19 |
| Octal | 154 | 21 | 31 | 0 | 124 | 115 | 72 | 543 | 111 | 31 |
| Binary | 1101100 | 10001 | 11001 | 0 | 1010100 | 1001101 | 111010 | 101100011 | 1001001 | 11001 |
Color Harmonies of #6C1119
Complementary color
Monochromatic Colors of #6C1119
Black with #6C1119
Text Example
Text Example
White with #6C1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1119; }
p { color: rgb(108,17,25); }
H1.HeaderClassName
{
color: #6C1119;
}
.AnyTagClassName
{
color: #6C1119;
}
</style>
background-color css
<style>
a { background-color: #6C1119; }
a { background-color: rgb(108,17,25); }
div.DivClassName
{
background-color: #6C1119;
}
.BgClassName
{
background-color: #6C1119;
}
</style>
border-color css
<style>
span { border-color: #6C1119; }
span { border-color: rgb(108,17,25); }
td.TdClassName
{
border-color: #6C1119;
}
.TagClassName
{
border-color: #6C1119;
}
</style>