Shades of Pohutukawa #6B0D1A
Tints of Pohutukawa #6B0D1A
RGB
CMYK
RGB Variations
Color information
#6B0D1A (or 0x6B0D1A) is known color: Pohutukawa. HEX triplet: 6B, 0D and 1A. RGB value is (107,13,26). Sum of RGB (Red+Green+Blue) = 107+13+26=146 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.29% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0D1A is #94F2E5. Grayscale: #2A2A2A. Windows color (decimal): -9761510 or 1707371. OLE color: 1707371.
HSL color Cylindrical-coordinate representation of color #6B0D1A: hue angle of 351.7º 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 #6B0D1A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 13 | 26 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.58 |
| HSL | 351.7º | 0.78% | 0.24% | - |
| HSV(B) | 351.7º | 0.88% | 0.42% | - |
| XYZ | 6.39 | 3.49 | 1.31 | - |
| YUV | 42.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 26 | 0 | 0.88 | 0.76 | 0.58 | 351.7 | 0.78 | 0.24 |
| Hex | 6B | D | 1A | 0 | 58 | 4C | 3A | 160 | 4E | 18 |
| Octal | 153 | 15 | 32 | 0 | 130 | 114 | 72 | 540 | 116 | 30 |
| Binary | 1101011 | 1101 | 11010 | 0 | 1011000 | 1001100 | 111010 | 101100000 | 1001110 | 11000 |
Color Harmonies of #6B0D1A
Complementary color
Monochromatic Colors of #6B0D1A
Black with #6B0D1A
Text Example
Text Example
White with #6B0D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0D1A; }
p { color: rgb(107,13,26); }
H1.HeaderClassName
{
color: #6B0D1A;
}
.AnyTagClassName
{
color: #6B0D1A;
}
</style>
background-color css
<style>
a { background-color: #6B0D1A; }
a { background-color: rgb(107,13,26); }
div.DivClassName
{
background-color: #6B0D1A;
}
.BgClassName
{
background-color: #6B0D1A;
}
</style>
border-color css
<style>
span { border-color: #6B0D1A; }
span { border-color: rgb(107,13,26); }
td.TdClassName
{
border-color: #6B0D1A;
}
.TagClassName
{
border-color: #6B0D1A;
}
</style>