Shades of Pohutukawa #6A1D21
Tints of Pohutukawa #6A1D21
RGB
CMYK
RGB Variations
Color information
#6A1D21 (or 0x6A1D21) is known color: Pohutukawa. HEX triplet: 6A, 1D and 21. RGB value is (106,29,33). Sum of RGB (Red+Green+Blue) = 106+29+33=168 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.10% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1D21 is #95E2DE. Grayscale: #343434. Windows color (decimal): -9822943 or 2170218. OLE color: 2170218.
HSL color Cylindrical-coordinate representation of color #6A1D21: hue angle of 356.88º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A1D21 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 29 | 33 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.58 |
| HSL | 356.88º | 0.57% | 0.26% | - |
| HSV(B) | 356.88º | 0.73% | 0.42% | - |
| XYZ | 6.66 | 4.05 | 1.87 | - |
| YUV | 52.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 29 | 33 | 0 | 0.73 | 0.69 | 0.58 | 356.88 | 0.57 | 0.26 |
| Hex | 6A | 1D | 21 | 0 | 49 | 45 | 3A | 165 | 39 | 1A |
| Octal | 152 | 35 | 41 | 0 | 111 | 105 | 72 | 545 | 71 | 32 |
| Binary | 1101010 | 11101 | 100001 | 0 | 1001001 | 1000101 | 111010 | 101100101 | 111001 | 11010 |
Color Harmonies of #6A1D21
Complementary color
Monochromatic Colors of #6A1D21
Black with #6A1D21
Text Example
Text Example
White with #6A1D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1D21; }
p { color: rgb(106,29,33); }
H1.HeaderClassName
{
color: #6A1D21;
}
.AnyTagClassName
{
color: #6A1D21;
}
</style>
background-color css
<style>
a { background-color: #6A1D21; }
a { background-color: rgb(106,29,33); }
div.DivClassName
{
background-color: #6A1D21;
}
.BgClassName
{
background-color: #6A1D21;
}
</style>
border-color css
<style>
span { border-color: #6A1D21; }
span { border-color: rgb(106,29,33); }
td.TdClassName
{
border-color: #6A1D21;
}
.TagClassName
{
border-color: #6A1D21;
}
</style>