Shades of Pohutukawa #6C142A
Tints of Pohutukawa #6C142A
RGB
CMYK
RGB Variations
Color information
#6C142A (or 0x6C142A) is known color: Pohutukawa. HEX triplet: 6C, 14 and 2A. RGB value is (108,20,42). Sum of RGB (Red+Green+Blue) = 108+20+42=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C142A is #93EBD5. Grayscale: #303030. Windows color (decimal): -9694166 or 2757740. OLE color: 2757740.
HSL color Cylindrical-coordinate representation of color #6C142A: hue angle of 345º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C142A is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 20 | 42 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.58 |
| HSL | 345º | 0.69% | 0.25% | - |
| HSV(B) | 345º | 0.81% | 0.42% | - |
| XYZ | 6.85 | 3.86 | 2.57 | - |
| YUV | 48.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 42 | 0 | 0.81 | 0.61 | 0.58 | 345 | 0.69 | 0.25 |
| Hex | 6C | 14 | 2A | 0 | 51 | 3D | 3A | 159 | 45 | 19 |
| Octal | 154 | 24 | 52 | 0 | 121 | 75 | 72 | 531 | 105 | 31 |
| Binary | 1101100 | 10100 | 101010 | 0 | 1010001 | 111101 | 111010 | 101011001 | 1000101 | 11001 |
Color Harmonies of #6C142A
Complementary color
Monochromatic Colors of #6C142A
Black with #6C142A
Text Example
Text Example
White with #6C142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C142A; }
p { color: rgb(108,20,42); }
H1.HeaderClassName
{
color: #6C142A;
}
.AnyTagClassName
{
color: #6C142A;
}
</style>
background-color css
<style>
a { background-color: #6C142A; }
a { background-color: rgb(108,20,42); }
div.DivClassName
{
background-color: #6C142A;
}
.BgClassName
{
background-color: #6C142A;
}
</style>
border-color css
<style>
span { border-color: #6C142A; }
span { border-color: rgb(108,20,42); }
td.TdClassName
{
border-color: #6C142A;
}
.TagClassName
{
border-color: #6C142A;
}
</style>