Shades of Pohutukawa #6F1227
Tints of Pohutukawa #6F1227
RGB
CMYK
RGB Variations
Color information
#6F1227 (or 0x6F1227) is known color: Pohutukawa. HEX triplet: 6F, 12 and 27. RGB value is (111,18,39). Sum of RGB (Red+Green+Blue) = 111+18+39=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1227 is #90EDD8. Grayscale: #303030. Windows color (decimal): -9498073 or 2560623. OLE color: 2560623.
HSL color Cylindrical-coordinate representation of color #6F1227: hue angle of 346.45º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1227 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 39 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.56 |
| HSL | 346.45º | 0.72% | 0.25% | - |
| HSV(B) | 346.45º | 0.84% | 0.44% | - |
| XYZ | 7.14 | 3.96 | 2.31 | - |
| YUV | 48.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 39 | 0 | 0.84 | 0.65 | 0.56 | 346.45 | 0.72 | 0.25 |
| Hex | 6F | 12 | 27 | 0 | 54 | 41 | 38 | 15A | 48 | 19 |
| Octal | 157 | 22 | 47 | 0 | 124 | 101 | 70 | 532 | 110 | 31 |
| Binary | 1101111 | 10010 | 100111 | 0 | 1010100 | 1000001 | 111000 | 101011010 | 1001000 | 11001 |
Color Harmonies of #6F1227
Complementary color
Monochromatic Colors of #6F1227
Black with #6F1227
Text Example
Text Example
White with #6F1227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1227; }
p { color: rgb(111,18,39); }
H1.HeaderClassName
{
color: #6F1227;
}
.AnyTagClassName
{
color: #6F1227;
}
</style>
background-color css
<style>
a { background-color: #6F1227; }
a { background-color: rgb(111,18,39); }
div.DivClassName
{
background-color: #6F1227;
}
.BgClassName
{
background-color: #6F1227;
}
</style>
border-color css
<style>
span { border-color: #6F1227; }
span { border-color: rgb(111,18,39); }
td.TdClassName
{
border-color: #6F1227;
}
.TagClassName
{
border-color: #6F1227;
}
</style>