Shades of Pohutukawa #6A0D1B
Tints of Pohutukawa #6A0D1B
RGB
CMYK
RGB Variations
Color information
#6A0D1B (or 0x6A0D1B) is known color: Pohutukawa. HEX triplet: 6A, 0D and 1B. RGB value is (106,13,27). Sum of RGB (Red+Green+Blue) = 106+13+27=146 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.60% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0D1B is #95F2E4. Grayscale: #2A2A2A. Windows color (decimal): -9827045 or 1772906. OLE color: 1772906.
HSL color Cylindrical-coordinate representation of color #6A0D1B: hue angle of 350.97º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A0D1B is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 13 | 27 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.58 |
| HSL | 350.97º | 0.78% | 0.23% | - |
| HSV(B) | 350.97º | 0.88% | 0.42% | - |
| XYZ | 6.29 | 3.43 | 1.37 | - |
| YUV | 42.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 27 | 0 | 0.88 | 0.75 | 0.58 | 350.97 | 0.78 | 0.23 |
| Hex | 6A | D | 1B | 0 | 58 | 4B | 3A | 15F | 4E | 17 |
| Octal | 152 | 15 | 33 | 0 | 130 | 113 | 72 | 537 | 116 | 27 |
| Binary | 1101010 | 1101 | 11011 | 0 | 1011000 | 1001011 | 111010 | 101011111 | 1001110 | 10111 |
Color Harmonies of #6A0D1B
Complementary color
Monochromatic Colors of #6A0D1B
Black with #6A0D1B
Text Example
Text Example
White with #6A0D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0D1B; }
p { color: rgb(106,13,27); }
H1.HeaderClassName
{
color: #6A0D1B;
}
.AnyTagClassName
{
color: #6A0D1B;
}
</style>
background-color css
<style>
a { background-color: #6A0D1B; }
a { background-color: rgb(106,13,27); }
div.DivClassName
{
background-color: #6A0D1B;
}
.BgClassName
{
background-color: #6A0D1B;
}
</style>
border-color css
<style>
span { border-color: #6A0D1B; }
span { border-color: rgb(106,13,27); }
td.TdClassName
{
border-color: #6A0D1B;
}
.TagClassName
{
border-color: #6A0D1B;
}
</style>