Shades of Pohutukawa #6D132A
Tints of Pohutukawa #6D132A
RGB
CMYK
RGB Variations
Color information
#6D132A (or 0x6D132A) is known color: Pohutukawa. HEX triplet: 6D, 13 and 2A. RGB value is (109,19,42). Sum of RGB (Red+Green+Blue) = 109+19+42=170 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.12% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 109 - color contains mainly: red. Hex color #6D132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D132A is #92ECD5. Grayscale: #303030. Windows color (decimal): -9628886 or 2757485. OLE color: 2757485.
HSL color Cylindrical-coordinate representation of color #6D132A: hue angle of 344.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D132A is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 42 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.57 |
| HSL | 344.67º | 0.7% | 0.25% | - |
| HSV(B) | 344.67º | 0.83% | 0.43% | - |
| XYZ | 6.96 | 3.88 | 2.57 | - |
| YUV | 48.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 42 | 0 | 0.83 | 0.61 | 0.57 | 344.67 | 0.7 | 0.25 |
| Hex | 6D | 13 | 2A | 0 | 53 | 3D | 39 | 159 | 46 | 19 |
| Octal | 155 | 23 | 52 | 0 | 123 | 75 | 71 | 531 | 106 | 31 |
| Binary | 1101101 | 10011 | 101010 | 0 | 1010011 | 111101 | 111001 | 101011001 | 1000110 | 11001 |
Color Harmonies of #6D132A
Complementary color
Monochromatic Colors of #6D132A
Black with #6D132A
Text Example
Text Example
White with #6D132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D132A; }
p { color: rgb(109,19,42); }
H1.HeaderClassName
{
color: #6D132A;
}
.AnyTagClassName
{
color: #6D132A;
}
</style>
background-color css
<style>
a { background-color: #6D132A; }
a { background-color: rgb(109,19,42); }
div.DivClassName
{
background-color: #6D132A;
}
.BgClassName
{
background-color: #6D132A;
}
</style>
border-color css
<style>
span { border-color: #6D132A; }
span { border-color: rgb(109,19,42); }
td.TdClassName
{
border-color: #6D132A;
}
.TagClassName
{
border-color: #6D132A;
}
</style>