Shades of Pohutukawa #6D102A
Tints of Pohutukawa #6D102A
RGB
CMYK
RGB Variations
Color information
#6D102A (or 0x6D102A) is known color: Pohutukawa. HEX triplet: 6D, 10 and 2A. RGB value is (109,16,42). Sum of RGB (Red+Green+Blue) = 109+16+42=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D102A is #92EFD5. Grayscale: #2E2E2E. Windows color (decimal): -9629654 or 2756717. OLE color: 2756717.
HSL color Cylindrical-coordinate representation of color #6D102A: hue angle of 343.23º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D102A is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 42 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.57 |
| HSL | 343.23º | 0.74% | 0.25% | - |
| HSV(B) | 343.23º | 0.85% | 0.43% | - |
| XYZ | 6.91 | 3.79 | 2.56 | - |
| YUV | 46.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 42 | 0 | 0.85 | 0.61 | 0.57 | 343.23 | 0.74 | 0.25 |
| Hex | 6D | 10 | 2A | 0 | 55 | 3D | 39 | 157 | 4A | 19 |
| Octal | 155 | 20 | 52 | 0 | 125 | 75 | 71 | 527 | 112 | 31 |
| Binary | 1101101 | 10000 | 101010 | 0 | 1010101 | 111101 | 111001 | 101010111 | 1001010 | 11001 |
Color Harmonies of #6D102A
Complementary color
Monochromatic Colors of #6D102A
Black with #6D102A
Text Example
Text Example
White with #6D102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D102A; }
p { color: rgb(109,16,42); }
H1.HeaderClassName
{
color: #6D102A;
}
.AnyTagClassName
{
color: #6D102A;
}
</style>
background-color css
<style>
a { background-color: #6D102A; }
a { background-color: rgb(109,16,42); }
div.DivClassName
{
background-color: #6D102A;
}
.BgClassName
{
background-color: #6D102A;
}
</style>
border-color css
<style>
span { border-color: #6D102A; }
span { border-color: rgb(109,16,42); }
td.TdClassName
{
border-color: #6D102A;
}
.TagClassName
{
border-color: #6D102A;
}
</style>