Shades of Pohutukawa #6E1325
Tints of Pohutukawa #6E1325
RGB
CMYK
RGB Variations
Color information
#6E1325 (or 0x6E1325) is known color: Pohutukawa. HEX triplet: 6E, 13 and 25. RGB value is (110,19,37). Sum of RGB (Red+Green+Blue) = 110+19+37=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1325 is #91ECDA. Grayscale: #303030. Windows color (decimal): -9563355 or 2429806. OLE color: 2429806.
HSL color Cylindrical-coordinate representation of color #6E1325: hue angle of 348.13º degrees, saturation: 0.71, 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 #6E1325 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 19 | 37 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.57 |
| HSL | 348.13º | 0.71% | 0.25% | - |
| HSV(B) | 348.13º | 0.83% | 0.43% | - |
| XYZ | 7 | 3.91 | 2.14 | - |
| YUV | 48.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 37 | 0 | 0.83 | 0.66 | 0.57 | 348.13 | 0.71 | 0.25 |
| Hex | 6E | 13 | 25 | 0 | 53 | 42 | 39 | 15C | 47 | 19 |
| Octal | 156 | 23 | 45 | 0 | 123 | 102 | 71 | 534 | 107 | 31 |
| Binary | 1101110 | 10011 | 100101 | 0 | 1010011 | 1000010 | 111001 | 101011100 | 1000111 | 11001 |
Color Harmonies of #6E1325
Complementary color
Monochromatic Colors of #6E1325
Black with #6E1325
Text Example
Text Example
White with #6E1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1325; }
p { color: rgb(110,19,37); }
H1.HeaderClassName
{
color: #6E1325;
}
.AnyTagClassName
{
color: #6E1325;
}
</style>
background-color css
<style>
a { background-color: #6E1325; }
a { background-color: rgb(110,19,37); }
div.DivClassName
{
background-color: #6E1325;
}
.BgClassName
{
background-color: #6E1325;
}
</style>
border-color css
<style>
span { border-color: #6E1325; }
span { border-color: rgb(110,19,37); }
td.TdClassName
{
border-color: #6E1325;
}
.TagClassName
{
border-color: #6E1325;
}
</style>