Shades of Pohutukawa #6C1A2A
Tints of Pohutukawa #6C1A2A
RGB
CMYK
RGB Variations
Color information
#6C1A2A (or 0x6C1A2A) is known color: Pohutukawa. HEX triplet: 6C, 1A and 2A. RGB value is (108,26,42). Sum of RGB (Red+Green+Blue) = 108+26+42=176 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.36% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1A2A is #93E5D5. Grayscale: #343434. Windows color (decimal): -9692630 or 2759276. OLE color: 2759276.
HSL color Cylindrical-coordinate representation of color #6C1A2A: hue angle of 348.29º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C1A2A is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 26 | 42 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.58 |
| HSL | 348.29º | 0.61% | 0.26% | - |
| HSV(B) | 348.29º | 0.76% | 0.42% | - |
| XYZ | 6.97 | 4.09 | 2.61 | - |
| YUV | 52.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 42 | 0 | 0.76 | 0.61 | 0.58 | 348.29 | 0.61 | 0.26 |
| Hex | 6C | 1A | 2A | 0 | 4C | 3D | 3A | 15C | 3D | 1A |
| Octal | 154 | 32 | 52 | 0 | 114 | 75 | 72 | 534 | 75 | 32 |
| Binary | 1101100 | 11010 | 101010 | 0 | 1001100 | 111101 | 111010 | 101011100 | 111101 | 11010 |
Color Harmonies of #6C1A2A
Complementary color
Monochromatic Colors of #6C1A2A
Black with #6C1A2A
Text Example
Text Example
White with #6C1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1A2A; }
p { color: rgb(108,26,42); }
H1.HeaderClassName
{
color: #6C1A2A;
}
.AnyTagClassName
{
color: #6C1A2A;
}
</style>
background-color css
<style>
a { background-color: #6C1A2A; }
a { background-color: rgb(108,26,42); }
div.DivClassName
{
background-color: #6C1A2A;
}
.BgClassName
{
background-color: #6C1A2A;
}
</style>
border-color css
<style>
span { border-color: #6C1A2A; }
span { border-color: rgb(108,26,42); }
td.TdClassName
{
border-color: #6C1A2A;
}
.TagClassName
{
border-color: #6C1A2A;
}
</style>