Shades of Pohutukawa #6B1127
Tints of Pohutukawa #6B1127
RGB
CMYK
RGB Variations
Color information
#6B1127 (or 0x6B1127) is known color: Pohutukawa. HEX triplet: 6B, 11 and 27. RGB value is (107,17,39). Sum of RGB (Red+Green+Blue) = 107+17+39=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1127 is #94EED8. Grayscale: #2E2E2E. Windows color (decimal): -9760473 or 2560363. OLE color: 2560363.
HSL color Cylindrical-coordinate representation of color #6B1127: hue angle of 345.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1127 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 17 | 39 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.58 |
| HSL | 345.33º | 0.73% | 0.24% | - |
| HSV(B) | 345.33º | 0.84% | 0.42% | - |
| XYZ | 6.63 | 3.67 | 2.28 | - |
| YUV | 46.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 39 | 0 | 0.84 | 0.64 | 0.58 | 345.33 | 0.73 | 0.24 |
| Hex | 6B | 11 | 27 | 0 | 54 | 40 | 3A | 159 | 49 | 18 |
| Octal | 153 | 21 | 47 | 0 | 124 | 100 | 72 | 531 | 111 | 30 |
| Binary | 1101011 | 10001 | 100111 | 0 | 1010100 | 1000000 | 111010 | 101011001 | 1001001 | 11000 |
Color Harmonies of #6B1127
Complementary color
Monochromatic Colors of #6B1127
Black with #6B1127
Text Example
Text Example
White with #6B1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1127; }
p { color: rgb(107,17,39); }
H1.HeaderClassName
{
color: #6B1127;
}
.AnyTagClassName
{
color: #6B1127;
}
</style>
background-color css
<style>
a { background-color: #6B1127; }
a { background-color: rgb(107,17,39); }
div.DivClassName
{
background-color: #6B1127;
}
.BgClassName
{
background-color: #6B1127;
}
</style>
border-color css
<style>
span { border-color: #6B1127; }
span { border-color: rgb(107,17,39); }
td.TdClassName
{
border-color: #6B1127;
}
.TagClassName
{
border-color: #6B1127;
}
</style>