Shades of Pohutukawa #6D1025
Tints of Pohutukawa #6D1025
RGB
CMYK
RGB Variations
Color information
#6D1025 (or 0x6D1025) is known color: Pohutukawa. HEX triplet: 6D, 10 and 25. RGB value is (109,16,37). Sum of RGB (Red+Green+Blue) = 109+16+37=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1025 is #92EFDA. Grayscale: #2E2E2E. Windows color (decimal): -9629659 or 2429037. OLE color: 2429037.
HSL color Cylindrical-coordinate representation of color #6D1025: hue angle of 346.45º 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 #6D1025 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 37 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.57 |
| HSL | 346.45º | 0.74% | 0.25% | - |
| HSV(B) | 346.45º | 0.85% | 0.43% | - |
| XYZ | 6.83 | 3.76 | 2.12 | - |
| YUV | 46.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 37 | 0 | 0.85 | 0.66 | 0.57 | 346.45 | 0.74 | 0.25 |
| Hex | 6D | 10 | 25 | 0 | 55 | 42 | 39 | 15A | 4A | 19 |
| Octal | 155 | 20 | 45 | 0 | 125 | 102 | 71 | 532 | 112 | 31 |
| Binary | 1101101 | 10000 | 100101 | 0 | 1010101 | 1000010 | 111001 | 101011010 | 1001010 | 11001 |
Color Harmonies of #6D1025
Complementary color
Monochromatic Colors of #6D1025
Black with #6D1025
Text Example
Text Example
White with #6D1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1025; }
p { color: rgb(109,16,37); }
H1.HeaderClassName
{
color: #6D1025;
}
.AnyTagClassName
{
color: #6D1025;
}
</style>
background-color css
<style>
a { background-color: #6D1025; }
a { background-color: rgb(109,16,37); }
div.DivClassName
{
background-color: #6D1025;
}
.BgClassName
{
background-color: #6D1025;
}
</style>
border-color css
<style>
span { border-color: #6D1025; }
span { border-color: rgb(109,16,37); }
td.TdClassName
{
border-color: #6D1025;
}
.TagClassName
{
border-color: #6D1025;
}
</style>