Shades of Pohutukawa #6A1529
Tints of Pohutukawa #6A1529
RGB
CMYK
RGB Variations
Color information
#6A1529 (or 0x6A1529) is known color: Pohutukawa. HEX triplet: 6A, 15 and 29. RGB value is (106,21,41). Sum of RGB (Red+Green+Blue) = 106+21+41=168 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.10% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1529 is #95EAD6. Grayscale: #303030. Windows color (decimal): -9824983 or 2692458. OLE color: 2692458.
HSL color Cylindrical-coordinate representation of color #6A1529: hue angle of 345.88º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1529 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 21 | 41 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.58 |
| HSL | 345.88º | 0.67% | 0.25% | - |
| HSV(B) | 345.88º | 0.8% | 0.42% | - |
| XYZ | 6.61 | 3.76 | 2.48 | - |
| YUV | 48.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 21 | 41 | 0 | 0.80 | 0.61 | 0.58 | 345.88 | 0.67 | 0.25 |
| Hex | 6A | 15 | 29 | 0 | 50 | 3D | 3A | 15A | 43 | 19 |
| Octal | 152 | 25 | 51 | 0 | 120 | 75 | 72 | 532 | 103 | 31 |
| Binary | 1101010 | 10101 | 101001 | 0 | 1010000 | 111101 | 111010 | 101011010 | 1000011 | 11001 |
Color Harmonies of #6A1529
Complementary color
Monochromatic Colors of #6A1529
Black with #6A1529
Text Example
Text Example
White with #6A1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1529; }
p { color: rgb(106,21,41); }
H1.HeaderClassName
{
color: #6A1529;
}
.AnyTagClassName
{
color: #6A1529;
}
</style>
background-color css
<style>
a { background-color: #6A1529; }
a { background-color: rgb(106,21,41); }
div.DivClassName
{
background-color: #6A1529;
}
.BgClassName
{
background-color: #6A1529;
}
</style>
border-color css
<style>
span { border-color: #6A1529; }
span { border-color: rgb(106,21,41); }
td.TdClassName
{
border-color: #6A1529;
}
.TagClassName
{
border-color: #6A1529;
}
</style>