Shades of Pohutukawa #6F0F1F
Tints of Pohutukawa #6F0F1F
RGB
CMYK
RGB Variations
Color information
#6F0F1F (or 0x6F0F1F) is known color: Pohutukawa. HEX triplet: 6F, 0F and 1F. RGB value is (111,15,31). Sum of RGB (Red+Green+Blue) = 111+15+31=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F1F is #90F0E0. Grayscale: #2D2D2D. Windows color (decimal): -9498849 or 2035567. OLE color: 2035567.
HSL color Cylindrical-coordinate representation of color #6F0F1F: hue angle of 350º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F1F is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 31 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.56 |
| HSL | 350º | 0.76% | 0.25% | - |
| HSV(B) | 350º | 0.86% | 0.44% | - |
| XYZ | 6.97 | 3.82 | 1.67 | - |
| YUV | 45.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 31 | 0 | 0.86 | 0.72 | 0.56 | 350 | 0.76 | 0.25 |
| Hex | 6F | F | 1F | 0 | 56 | 48 | 38 | 15E | 4C | 19 |
| Octal | 157 | 17 | 37 | 0 | 126 | 110 | 70 | 536 | 114 | 31 |
| Binary | 1101111 | 1111 | 11111 | 0 | 1010110 | 1001000 | 111000 | 101011110 | 1001100 | 11001 |
Color Harmonies of #6F0F1F
Complementary color
Monochromatic Colors of #6F0F1F
Black with #6F0F1F
Text Example
Text Example
White with #6F0F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F1F; }
p { color: rgb(111,15,31); }
H1.HeaderClassName
{
color: #6F0F1F;
}
.AnyTagClassName
{
color: #6F0F1F;
}
</style>
background-color css
<style>
a { background-color: #6F0F1F; }
a { background-color: rgb(111,15,31); }
div.DivClassName
{
background-color: #6F0F1F;
}
.BgClassName
{
background-color: #6F0F1F;
}
</style>
border-color css
<style>
span { border-color: #6F0F1F; }
span { border-color: rgb(111,15,31); }
td.TdClassName
{
border-color: #6F0F1F;
}
.TagClassName
{
border-color: #6F0F1F;
}
</style>