Shades of Pohutukawa #6A0F28
Tints of Pohutukawa #6A0F28
RGB
CMYK
RGB Variations
Color information
#6A0F28 (or 0x6A0F28) is known color: Pohutukawa. HEX triplet: 6A, 0F and 28. RGB value is (106,15,40). Sum of RGB (Red+Green+Blue) = 106+15+40=161 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.84% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0F28 is #95F0D7. Grayscale: #2D2D2D. Windows color (decimal): -9826520 or 2625386. OLE color: 2625386.
HSL color Cylindrical-coordinate representation of color #6A0F28: hue angle of 343.52º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A0F28 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 15 | 40 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.58 |
| HSL | 343.52º | 0.75% | 0.24% | - |
| HSV(B) | 343.52º | 0.86% | 0.42% | - |
| XYZ | 6.5 | 3.56 | 2.35 | - |
| YUV | 45.06 | 125.15 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 40 | 0 | 0.86 | 0.62 | 0.58 | 343.52 | 0.75 | 0.24 |
| Hex | 6A | F | 28 | 0 | 56 | 3E | 3A | 158 | 4B | 18 |
| Octal | 152 | 17 | 50 | 0 | 126 | 76 | 72 | 530 | 113 | 30 |
| Binary | 1101010 | 1111 | 101000 | 0 | 1010110 | 111110 | 111010 | 101011000 | 1001011 | 11000 |
Color Harmonies of #6A0F28
Complementary color
Monochromatic Colors of #6A0F28
Black with #6A0F28
Text Example
Text Example
White with #6A0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0F28; }
p { color: rgb(106,15,40); }
H1.HeaderClassName
{
color: #6A0F28;
}
.AnyTagClassName
{
color: #6A0F28;
}
</style>
background-color css
<style>
a { background-color: #6A0F28; }
a { background-color: rgb(106,15,40); }
div.DivClassName
{
background-color: #6A0F28;
}
.BgClassName
{
background-color: #6A0F28;
}
</style>
border-color css
<style>
span { border-color: #6A0F28; }
span { border-color: rgb(106,15,40); }
td.TdClassName
{
border-color: #6A0F28;
}
.TagClassName
{
border-color: #6A0F28;
}
</style>