Shades of Pohutukawa #6E1524
Tints of Pohutukawa #6E1524
RGB
CMYK
RGB Variations
Color information
#6E1524 (or 0x6E1524) is known color: Pohutukawa. HEX triplet: 6E, 15 and 24. RGB value is (110,21,36). Sum of RGB (Red+Green+Blue) = 110+21+36=167 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.87% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1524 is #91EADB. Grayscale: #313131. Windows color (decimal): -9562844 or 2364782. OLE color: 2364782.
HSL color Cylindrical-coordinate representation of color #6E1524: hue angle of 349.89º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E1524 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 21 | 36 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.57 |
| HSL | 349.89º | 0.68% | 0.26% | - |
| HSV(B) | 349.89º | 0.81% | 0.43% | - |
| XYZ | 7.02 | 3.98 | 2.07 | - |
| YUV | 49.32 | 120.49 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 36 | 0 | 0.81 | 0.67 | 0.57 | 349.89 | 0.68 | 0.26 |
| Hex | 6E | 15 | 24 | 0 | 51 | 43 | 39 | 15E | 44 | 1A |
| Octal | 156 | 25 | 44 | 0 | 121 | 103 | 71 | 536 | 104 | 32 |
| Binary | 1101110 | 10101 | 100100 | 0 | 1010001 | 1000011 | 111001 | 101011110 | 1000100 | 11010 |
Color Harmonies of #6E1524
Complementary color
Monochromatic Colors of #6E1524
Black with #6E1524
Text Example
Text Example
White with #6E1524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1524; }
p { color: rgb(110,21,36); }
H1.HeaderClassName
{
color: #6E1524;
}
.AnyTagClassName
{
color: #6E1524;
}
</style>
background-color css
<style>
a { background-color: #6E1524; }
a { background-color: rgb(110,21,36); }
div.DivClassName
{
background-color: #6E1524;
}
.BgClassName
{
background-color: #6E1524;
}
</style>
border-color css
<style>
span { border-color: #6E1524; }
span { border-color: rgb(110,21,36); }
td.TdClassName
{
border-color: #6E1524;
}
.TagClassName
{
border-color: #6E1524;
}
</style>