Shades of Pohutukawa #6D1225
Tints of Pohutukawa #6D1225
RGB
CMYK
RGB Variations
Color information
#6D1225 (or 0x6D1225) is known color: Pohutukawa. HEX triplet: 6D, 12 and 25. RGB value is (109,18,37). Sum of RGB (Red+Green+Blue) = 109+18+37=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1225 is #92EDDA. Grayscale: #2F2F2F. Windows color (decimal): -9629147 or 2429549. OLE color: 2429549.
HSL color Cylindrical-coordinate representation of color #6D1225: hue angle of 347.47º degrees, saturation: 0.72, 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 #6D1225 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 18 | 37 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.57 |
| HSL | 347.47º | 0.72% | 0.25% | - |
| HSV(B) | 347.47º | 0.83% | 0.43% | - |
| XYZ | 6.86 | 3.82 | 2.13 | - |
| YUV | 47.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 37 | 0 | 0.83 | 0.66 | 0.57 | 347.47 | 0.72 | 0.25 |
| Hex | 6D | 12 | 25 | 0 | 53 | 42 | 39 | 15B | 48 | 19 |
| Octal | 155 | 22 | 45 | 0 | 123 | 102 | 71 | 533 | 110 | 31 |
| Binary | 1101101 | 10010 | 100101 | 0 | 1010011 | 1000010 | 111001 | 101011011 | 1001000 | 11001 |
Color Harmonies of #6D1225
Complementary color
Monochromatic Colors of #6D1225
Black with #6D1225
Text Example
Text Example
White with #6D1225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1225; }
p { color: rgb(109,18,37); }
H1.HeaderClassName
{
color: #6D1225;
}
.AnyTagClassName
{
color: #6D1225;
}
</style>
background-color css
<style>
a { background-color: #6D1225; }
a { background-color: rgb(109,18,37); }
div.DivClassName
{
background-color: #6D1225;
}
.BgClassName
{
background-color: #6D1225;
}
</style>
border-color css
<style>
span { border-color: #6D1225; }
span { border-color: rgb(109,18,37); }
td.TdClassName
{
border-color: #6D1225;
}
.TagClassName
{
border-color: #6D1225;
}
</style>