Shades of Pohutukawa #6A081D
Tints of Pohutukawa #6A081D
RGB
CMYK
RGB Variations
Color information
#6A081D (or 0x6A081D) is known color: Pohutukawa. HEX triplet: 6A, 08 and 1D. RGB value is (106,8,29). Sum of RGB (Red+Green+Blue) = 106+8+29=143 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.13% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 106 - color contains mainly: red. Hex color #6A081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A081D is #95F7E2. Grayscale: #272727. Windows color (decimal): -9828323 or 1902698. OLE color: 1902698.
HSL color Cylindrical-coordinate representation of color #6A081D: hue angle of 347.14º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A081D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 29 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.58 |
| HSL | 347.14º | 0.86% | 0.22% | - |
| HSV(B) | 347.14º | 0.92% | 0.42% | - |
| XYZ | 6.25 | 3.33 | 1.47 | - |
| YUV | 39.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 29 | 0 | 0.92 | 0.73 | 0.58 | 347.14 | 0.86 | 0.22 |
| Hex | 6A | 8 | 1D | 0 | 5C | 49 | 3A | 15B | 56 | 16 |
| Octal | 152 | 10 | 35 | 0 | 134 | 111 | 72 | 533 | 126 | 26 |
| Binary | 1101010 | 1000 | 11101 | 0 | 1011100 | 1001001 | 111010 | 101011011 | 1010110 | 10110 |
Color Harmonies of #6A081D
Complementary color
Monochromatic Colors of #6A081D
Black with #6A081D
Text Example
Text Example
White with #6A081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A081D; }
p { color: rgb(106,8,29); }
H1.HeaderClassName
{
color: #6A081D;
}
.AnyTagClassName
{
color: #6A081D;
}
</style>
background-color css
<style>
a { background-color: #6A081D; }
a { background-color: rgb(106,8,29); }
div.DivClassName
{
background-color: #6A081D;
}
.BgClassName
{
background-color: #6A081D;
}
</style>
border-color css
<style>
span { border-color: #6A081D; }
span { border-color: rgb(106,8,29); }
td.TdClassName
{
border-color: #6A081D;
}
.TagClassName
{
border-color: #6A081D;
}
</style>