Shades of Pohutukawa #6B131F
Tints of Pohutukawa #6B131F
RGB
CMYK
RGB Variations
Color information
#6B131F (or 0x6B131F) is known color: Pohutukawa. HEX triplet: 6B, 13 and 1F. RGB value is (107,19,31). Sum of RGB (Red+Green+Blue) = 107+19+31=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B131F is #94ECE0. Grayscale: #2E2E2E. Windows color (decimal): -9759969 or 2036587. OLE color: 2036587.
HSL color Cylindrical-coordinate representation of color #6B131F: hue angle of 351.82º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B131F is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 19 | 31 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.58 |
| HSL | 351.82º | 0.7% | 0.25% | - |
| HSV(B) | 351.82º | 0.82% | 0.42% | - |
| XYZ | 6.54 | 3.69 | 1.66 | - |
| YUV | 46.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 31 | 0 | 0.82 | 0.71 | 0.58 | 351.82 | 0.7 | 0.25 |
| Hex | 6B | 13 | 1F | 0 | 52 | 47 | 3A | 160 | 46 | 19 |
| Octal | 153 | 23 | 37 | 0 | 122 | 107 | 72 | 540 | 106 | 31 |
| Binary | 1101011 | 10011 | 11111 | 0 | 1010010 | 1000111 | 111010 | 101100000 | 1000110 | 11001 |
Color Harmonies of #6B131F
Complementary color
Monochromatic Colors of #6B131F
Black with #6B131F
Text Example
Text Example
White with #6B131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B131F; }
p { color: rgb(107,19,31); }
H1.HeaderClassName
{
color: #6B131F;
}
.AnyTagClassName
{
color: #6B131F;
}
</style>
background-color css
<style>
a { background-color: #6B131F; }
a { background-color: rgb(107,19,31); }
div.DivClassName
{
background-color: #6B131F;
}
.BgClassName
{
background-color: #6B131F;
}
</style>
border-color css
<style>
span { border-color: #6B131F; }
span { border-color: rgb(107,19,31); }
td.TdClassName
{
border-color: #6B131F;
}
.TagClassName
{
border-color: #6B131F;
}
</style>