Shades of Pohutukawa #6E1025
Tints of Pohutukawa #6E1025
RGB
CMYK
RGB Variations
Color information
#6E1025 (or 0x6E1025) is known color: Pohutukawa. HEX triplet: 6E, 10 and 25. RGB value is (110,16,37). Sum of RGB (Red+Green+Blue) = 110+16+37=163 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.48% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1025 is #91EFDA. Grayscale: #2E2E2E. Windows color (decimal): -9564123 or 2429038. OLE color: 2429038.
HSL color Cylindrical-coordinate representation of color #6E1025: hue angle of 346.6º degrees, saturation: 0.75, 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 #6E1025 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 37 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.57 |
| HSL | 346.6º | 0.75% | 0.25% | - |
| HSV(B) | 346.6º | 0.85% | 0.43% | - |
| XYZ | 6.95 | 3.82 | 2.12 | - |
| YUV | 46.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 37 | 0 | 0.85 | 0.66 | 0.57 | 346.6 | 0.75 | 0.25 |
| Hex | 6E | 10 | 25 | 0 | 55 | 42 | 39 | 15B | 4B | 19 |
| Octal | 156 | 20 | 45 | 0 | 125 | 102 | 71 | 533 | 113 | 31 |
| Binary | 1101110 | 10000 | 100101 | 0 | 1010101 | 1000010 | 111001 | 101011011 | 1001011 | 11001 |
Color Harmonies of #6E1025
Complementary color
Monochromatic Colors of #6E1025
Black with #6E1025
Text Example
Text Example
White with #6E1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1025; }
p { color: rgb(110,16,37); }
H1.HeaderClassName
{
color: #6E1025;
}
.AnyTagClassName
{
color: #6E1025;
}
</style>
background-color css
<style>
a { background-color: #6E1025; }
a { background-color: rgb(110,16,37); }
div.DivClassName
{
background-color: #6E1025;
}
.BgClassName
{
background-color: #6E1025;
}
</style>
border-color css
<style>
span { border-color: #6E1025; }
span { border-color: rgb(110,16,37); }
td.TdClassName
{
border-color: #6E1025;
}
.TagClassName
{
border-color: #6E1025;
}
</style>