Shades of Pohutukawa #6A1E29
Tints of Pohutukawa #6A1E29
RGB
CMYK
RGB Variations
Color information
#6A1E29 (or 0x6A1E29) is known color: Pohutukawa. HEX triplet: 6A, 1E and 29. RGB value is (106,30,41). Sum of RGB (Red+Green+Blue) = 106+30+41=177 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.89% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1E29 is #95E1D6. Grayscale: #363636. Windows color (decimal): -9822679 or 2694762. OLE color: 2694762.
HSL color Cylindrical-coordinate representation of color #6A1E29: hue angle of 351.32º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A1E29 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 30 | 41 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.58 |
| HSL | 351.32º | 0.56% | 0.27% | - |
| HSV(B) | 351.32º | 0.72% | 0.42% | - |
| XYZ | 6.81 | 4.15 | 2.54 | - |
| YUV | 53.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 30 | 41 | 0 | 0.72 | 0.61 | 0.58 | 351.32 | 0.56 | 0.27 |
| Hex | 6A | 1E | 29 | 0 | 48 | 3D | 3A | 15F | 38 | 1B |
| Octal | 152 | 36 | 51 | 0 | 110 | 75 | 72 | 537 | 70 | 33 |
| Binary | 1101010 | 11110 | 101001 | 0 | 1001000 | 111101 | 111010 | 101011111 | 111000 | 11011 |
Color Harmonies of #6A1E29
Complementary color
Monochromatic Colors of #6A1E29
Black with #6A1E29
Text Example
Text Example
White with #6A1E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1E29; }
p { color: rgb(106,30,41); }
H1.HeaderClassName
{
color: #6A1E29;
}
.AnyTagClassName
{
color: #6A1E29;
}
</style>
background-color css
<style>
a { background-color: #6A1E29; }
a { background-color: rgb(106,30,41); }
div.DivClassName
{
background-color: #6A1E29;
}
.BgClassName
{
background-color: #6A1E29;
}
</style>
border-color css
<style>
span { border-color: #6A1E29; }
span { border-color: rgb(106,30,41); }
td.TdClassName
{
border-color: #6A1E29;
}
.TagClassName
{
border-color: #6A1E29;
}
</style>