Shades of Pohutukawa #6B0D19
Tints of Pohutukawa #6B0D19
RGB
CMYK
RGB Variations
Color information
#6B0D19 (or 0x6B0D19) is known color: Pohutukawa. HEX triplet: 6B, 0D and 19. RGB value is (107,13,25). Sum of RGB (Red+Green+Blue) = 107+13+25=145 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.79% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0D19 is #94F2E6. Grayscale: #2A2A2A. Windows color (decimal): -9761511 or 1641835. OLE color: 1641835.
HSL color Cylindrical-coordinate representation of color #6B0D19: hue angle of 352.34º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D19 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 13 | 25 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.58 |
| HSL | 352.34º | 0.78% | 0.24% | - |
| HSV(B) | 352.34º | 0.88% | 0.42% | - |
| XYZ | 6.38 | 3.48 | 1.26 | - |
| YUV | 42.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 25 | 0 | 0.88 | 0.77 | 0.58 | 352.34 | 0.78 | 0.24 |
| Hex | 6B | D | 19 | 0 | 58 | 4D | 3A | 160 | 4E | 18 |
| Octal | 153 | 15 | 31 | 0 | 130 | 115 | 72 | 540 | 116 | 30 |
| Binary | 1101011 | 1101 | 11001 | 0 | 1011000 | 1001101 | 111010 | 101100000 | 1001110 | 11000 |
Color Harmonies of #6B0D19
Complementary color
Monochromatic Colors of #6B0D19
Black with #6B0D19
Text Example
Text Example
White with #6B0D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0D19; }
p { color: rgb(107,13,25); }
H1.HeaderClassName
{
color: #6B0D19;
}
.AnyTagClassName
{
color: #6B0D19;
}
</style>
background-color css
<style>
a { background-color: #6B0D19; }
a { background-color: rgb(107,13,25); }
div.DivClassName
{
background-color: #6B0D19;
}
.BgClassName
{
background-color: #6B0D19;
}
</style>
border-color css
<style>
span { border-color: #6B0D19; }
span { border-color: rgb(107,13,25); }
td.TdClassName
{
border-color: #6B0D19;
}
.TagClassName
{
border-color: #6B0D19;
}
</style>