Shades of Pohutukawa #6A1429
Tints of Pohutukawa #6A1429
RGB
CMYK
RGB Variations
Color information
#6A1429 (or 0x6A1429) is known color: Pohutukawa. HEX triplet: 6A, 14 and 29. RGB value is (106,20,41). Sum of RGB (Red+Green+Blue) = 106+20+41=167 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.47% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1429 is #95EBD6. Grayscale: #303030. Windows color (decimal): -9825239 or 2692202. OLE color: 2692202.
HSL color Cylindrical-coordinate representation of color #6A1429: hue angle of 345.35º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1429 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 20 | 41 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.58 |
| HSL | 345.35º | 0.68% | 0.25% | - |
| HSV(B) | 345.35º | 0.81% | 0.42% | - |
| XYZ | 6.59 | 3.72 | 2.47 | - |
| YUV | 48.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 41 | 0 | 0.81 | 0.61 | 0.58 | 345.35 | 0.68 | 0.25 |
| Hex | 6A | 14 | 29 | 0 | 51 | 3D | 3A | 159 | 44 | 19 |
| Octal | 152 | 24 | 51 | 0 | 121 | 75 | 72 | 531 | 104 | 31 |
| Binary | 1101010 | 10100 | 101001 | 0 | 1010001 | 111101 | 111010 | 101011001 | 1000100 | 11001 |
Color Harmonies of #6A1429
Complementary color
Monochromatic Colors of #6A1429
Black with #6A1429
Text Example
Text Example
White with #6A1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1429; }
p { color: rgb(106,20,41); }
H1.HeaderClassName
{
color: #6A1429;
}
.AnyTagClassName
{
color: #6A1429;
}
</style>
background-color css
<style>
a { background-color: #6A1429; }
a { background-color: rgb(106,20,41); }
div.DivClassName
{
background-color: #6A1429;
}
.BgClassName
{
background-color: #6A1429;
}
</style>
border-color css
<style>
span { border-color: #6A1429; }
span { border-color: rgb(106,20,41); }
td.TdClassName
{
border-color: #6A1429;
}
.TagClassName
{
border-color: #6A1429;
}
</style>