Shades of Pohutukawa #6A192B
Tints of Pohutukawa #6A192B
RGB
CMYK
RGB Variations
Color information
#6A192B (or 0x6A192B) is known color: Pohutukawa. HEX triplet: 6A, 19 and 2B. RGB value is (106,25,43). Sum of RGB (Red+Green+Blue) = 106+25+43=174 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.92% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 106 - color contains mainly: red. Hex color #6A192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A192B is #95E6D4. Grayscale: #333333. Windows color (decimal): -9823957 or 2824554. OLE color: 2824554.
HSL color Cylindrical-coordinate representation of color #6A192B: hue angle of 346.67º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A192B is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 25 | 43 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.58 |
| HSL | 346.67º | 0.62% | 0.26% | - |
| HSV(B) | 346.67º | 0.76% | 0.42% | - |
| XYZ | 6.73 | 3.93 | 2.69 | - |
| YUV | 51.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 25 | 43 | 0 | 0.76 | 0.59 | 0.58 | 346.67 | 0.62 | 0.26 |
| Hex | 6A | 19 | 2B | 0 | 4C | 3B | 3A | 15B | 3E | 1A |
| Octal | 152 | 31 | 53 | 0 | 114 | 73 | 72 | 533 | 76 | 32 |
| Binary | 1101010 | 11001 | 101011 | 0 | 1001100 | 111011 | 111010 | 101011011 | 111110 | 11010 |
Color Harmonies of #6A192B
Complementary color
Monochromatic Colors of #6A192B
Black with #6A192B
Text Example
Text Example
White with #6A192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A192B; }
p { color: rgb(106,25,43); }
H1.HeaderClassName
{
color: #6A192B;
}
.AnyTagClassName
{
color: #6A192B;
}
</style>
background-color css
<style>
a { background-color: #6A192B; }
a { background-color: rgb(106,25,43); }
div.DivClassName
{
background-color: #6A192B;
}
.BgClassName
{
background-color: #6A192B;
}
</style>
border-color css
<style>
span { border-color: #6A192B; }
span { border-color: rgb(106,25,43); }
td.TdClassName
{
border-color: #6A192B;
}
.TagClassName
{
border-color: #6A192B;
}
</style>