Shades of Pohutukawa #6C132A
Tints of Pohutukawa #6C132A
RGB
CMYK
RGB Variations
Color information
#6C132A (or 0x6C132A) is known color: Pohutukawa. HEX triplet: 6C, 13 and 2A. RGB value is (108,19,42). Sum of RGB (Red+Green+Blue) = 108+19+42=169 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.91% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 108 - color contains mainly: red. Hex color #6C132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C132A is #93ECD5. Grayscale: #303030. Windows color (decimal): -9694422 or 2757484. OLE color: 2757484.
HSL color Cylindrical-coordinate representation of color #6C132A: hue angle of 344.49º 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 #6C132A is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 19 | 42 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.58 |
| HSL | 344.49º | 0.7% | 0.25% | - |
| HSV(B) | 344.49º | 0.82% | 0.42% | - |
| XYZ | 6.84 | 3.82 | 2.57 | - |
| YUV | 48.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 42 | 0 | 0.82 | 0.61 | 0.58 | 344.49 | 0.7 | 0.25 |
| Hex | 6C | 13 | 2A | 0 | 52 | 3D | 3A | 158 | 46 | 19 |
| Octal | 154 | 23 | 52 | 0 | 122 | 75 | 72 | 530 | 106 | 31 |
| Binary | 1101100 | 10011 | 101010 | 0 | 1010010 | 111101 | 111010 | 101011000 | 1000110 | 11001 |
Color Harmonies of #6C132A
Complementary color
Monochromatic Colors of #6C132A
Black with #6C132A
Text Example
Text Example
White with #6C132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C132A; }
p { color: rgb(108,19,42); }
H1.HeaderClassName
{
color: #6C132A;
}
.AnyTagClassName
{
color: #6C132A;
}
</style>
background-color css
<style>
a { background-color: #6C132A; }
a { background-color: rgb(108,19,42); }
div.DivClassName
{
background-color: #6C132A;
}
.BgClassName
{
background-color: #6C132A;
}
</style>
border-color css
<style>
span { border-color: #6C132A; }
span { border-color: rgb(108,19,42); }
td.TdClassName
{
border-color: #6C132A;
}
.TagClassName
{
border-color: #6C132A;
}
</style>