Shades of Pohutukawa #6A132C
Tints of Pohutukawa #6A132C
RGB
CMYK
RGB Variations
Color information
#6A132C (or 0x6A132C) is known color: Pohutukawa. HEX triplet: 6A, 13 and 2C. RGB value is (106,19,44). Sum of RGB (Red+Green+Blue) = 106+19+44=169 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.72% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 106 - color contains mainly: red. Hex color #6A132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A132C is #95ECD3. Grayscale: #2F2F2F. Windows color (decimal): -9825492 or 2888554. OLE color: 2888554.
HSL color Cylindrical-coordinate representation of color #6A132C: hue angle of 342.76º 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 #6A132C is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 19 | 44 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.58 |
| HSL | 342.76º | 0.7% | 0.25% | - |
| HSV(B) | 342.76º | 0.82% | 0.42% | - |
| XYZ | 6.63 | 3.71 | 2.75 | - |
| YUV | 47.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 19 | 44 | 0 | 0.82 | 0.58 | 0.58 | 342.76 | 0.7 | 0.25 |
| Hex | 6A | 13 | 2C | 0 | 52 | 3A | 3A | 157 | 46 | 19 |
| Octal | 152 | 23 | 54 | 0 | 122 | 72 | 72 | 527 | 106 | 31 |
| Binary | 1101010 | 10011 | 101100 | 0 | 1010010 | 111010 | 111010 | 101010111 | 1000110 | 11001 |
Color Harmonies of #6A132C
Complementary color
Monochromatic Colors of #6A132C
Black with #6A132C
Text Example
Text Example
White with #6A132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A132C; }
p { color: rgb(106,19,44); }
H1.HeaderClassName
{
color: #6A132C;
}
.AnyTagClassName
{
color: #6A132C;
}
</style>
background-color css
<style>
a { background-color: #6A132C; }
a { background-color: rgb(106,19,44); }
div.DivClassName
{
background-color: #6A132C;
}
.BgClassName
{
background-color: #6A132C;
}
</style>
border-color css
<style>
span { border-color: #6A132C; }
span { border-color: rgb(106,19,44); }
td.TdClassName
{
border-color: #6A132C;
}
.TagClassName
{
border-color: #6A132C;
}
</style>