Shades of Pohutukawa #6F0D29
Tints of Pohutukawa #6F0D29
RGB
CMYK
RGB Variations
Color information
#6F0D29 (or 0x6F0D29) is known color: Pohutukawa. HEX triplet: 6F, 0D and 29. RGB value is (111,13,41). Sum of RGB (Red+Green+Blue) = 111+13+41=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D29 is #90F2D6. Grayscale: #2D2D2D. Windows color (decimal): -9499351 or 2690415. OLE color: 2690415.
HSL color Cylindrical-coordinate representation of color #6F0D29: hue angle of 342.86º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0D29 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 41 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.56 |
| HSL | 342.86º | 0.79% | 0.24% | - |
| HSV(B) | 342.86º | 0.88% | 0.44% | - |
| XYZ | 7.1 | 3.83 | 2.46 | - |
| YUV | 45.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 41 | 0 | 0.88 | 0.63 | 0.56 | 342.86 | 0.79 | 0.24 |
| Hex | 6F | D | 29 | 0 | 58 | 3F | 38 | 157 | 4F | 18 |
| Octal | 157 | 15 | 51 | 0 | 130 | 77 | 70 | 527 | 117 | 30 |
| Binary | 1101111 | 1101 | 101001 | 0 | 1011000 | 111111 | 111000 | 101010111 | 1001111 | 11000 |
Color Harmonies of #6F0D29
Complementary color
Monochromatic Colors of #6F0D29
Black with #6F0D29
Text Example
Text Example
White with #6F0D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D29; }
p { color: rgb(111,13,41); }
H1.HeaderClassName
{
color: #6F0D29;
}
.AnyTagClassName
{
color: #6F0D29;
}
</style>
background-color css
<style>
a { background-color: #6F0D29; }
a { background-color: rgb(111,13,41); }
div.DivClassName
{
background-color: #6F0D29;
}
.BgClassName
{
background-color: #6F0D29;
}
</style>
border-color css
<style>
span { border-color: #6F0D29; }
span { border-color: rgb(111,13,41); }
td.TdClassName
{
border-color: #6F0D29;
}
.TagClassName
{
border-color: #6F0D29;
}
</style>