Shades of Pohutukawa #6B1129
Tints of Pohutukawa #6B1129
RGB
CMYK
RGB Variations
Color information
#6B1129 (or 0x6B1129) is known color: Pohutukawa. HEX triplet: 6B, 11 and 29. RGB value is (107,17,41). Sum of RGB (Red+Green+Blue) = 107+17+41=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1129 is #94EED6. Grayscale: #2E2E2E. Windows color (decimal): -9760471 or 2691435. OLE color: 2691435.
HSL color Cylindrical-coordinate representation of color #6B1129: hue angle of 344º 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 #6B1129 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 17 | 41 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.58 |
| HSL | 344º | 0.73% | 0.24% | - |
| HSV(B) | 344º | 0.84% | 0.42% | - |
| XYZ | 6.66 | 3.69 | 2.46 | - |
| YUV | 46.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 41 | 0 | 0.84 | 0.62 | 0.58 | 344 | 0.73 | 0.24 |
| Hex | 6B | 11 | 29 | 0 | 54 | 3E | 3A | 158 | 49 | 18 |
| Octal | 153 | 21 | 51 | 0 | 124 | 76 | 72 | 530 | 111 | 30 |
| Binary | 1101011 | 10001 | 101001 | 0 | 1010100 | 111110 | 111010 | 101011000 | 1001001 | 11000 |
Color Harmonies of #6B1129
Complementary color
Monochromatic Colors of #6B1129
Black with #6B1129
Text Example
Text Example
White with #6B1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1129; }
p { color: rgb(107,17,41); }
H1.HeaderClassName
{
color: #6B1129;
}
.AnyTagClassName
{
color: #6B1129;
}
</style>
background-color css
<style>
a { background-color: #6B1129; }
a { background-color: rgb(107,17,41); }
div.DivClassName
{
background-color: #6B1129;
}
.BgClassName
{
background-color: #6B1129;
}
</style>
border-color css
<style>
span { border-color: #6B1129; }
span { border-color: rgb(107,17,41); }
td.TdClassName
{
border-color: #6B1129;
}
.TagClassName
{
border-color: #6B1129;
}
</style>