Shades of Pohutukawa #6F1128
Tints of Pohutukawa #6F1128
RGB
CMYK
RGB Variations
Color information
#6F1128 (or 0x6F1128) is known color: Pohutukawa. HEX triplet: 6F, 11 and 28. RGB value is (111,17,40). Sum of RGB (Red+Green+Blue) = 111+17+40=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1128 is #90EED7. Grayscale: #2F2F2F. Windows color (decimal): -9498328 or 2625903. OLE color: 2625903.
HSL color Cylindrical-coordinate representation of color #6F1128: hue angle of 345.32º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1128 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 40 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.56 |
| HSL | 345.32º | 0.73% | 0.25% | - |
| HSV(B) | 345.32º | 0.85% | 0.44% | - |
| XYZ | 7.14 | 3.93 | 2.39 | - |
| YUV | 47.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 40 | 0 | 0.85 | 0.64 | 0.56 | 345.32 | 0.73 | 0.25 |
| Hex | 6F | 11 | 28 | 0 | 55 | 40 | 38 | 159 | 49 | 19 |
| Octal | 157 | 21 | 50 | 0 | 125 | 100 | 70 | 531 | 111 | 31 |
| Binary | 1101111 | 10001 | 101000 | 0 | 1010101 | 1000000 | 111000 | 101011001 | 1001001 | 11001 |
Color Harmonies of #6F1128
Complementary color
Monochromatic Colors of #6F1128
Black with #6F1128
Text Example
Text Example
White with #6F1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1128; }
p { color: rgb(111,17,40); }
H1.HeaderClassName
{
color: #6F1128;
}
.AnyTagClassName
{
color: #6F1128;
}
</style>
background-color css
<style>
a { background-color: #6F1128; }
a { background-color: rgb(111,17,40); }
div.DivClassName
{
background-color: #6F1128;
}
.BgClassName
{
background-color: #6F1128;
}
</style>
border-color css
<style>
span { border-color: #6F1128; }
span { border-color: rgb(111,17,40); }
td.TdClassName
{
border-color: #6F1128;
}
.TagClassName
{
border-color: #6F1128;
}
</style>