Shades of Pohutukawa #6A151B
Tints of Pohutukawa #6A151B
RGB
CMYK
RGB Variations
Color information
#6A151B (or 0x6A151B) is known color: Pohutukawa. HEX triplet: 6A, 15 and 1B. RGB value is (106,21,27). Sum of RGB (Red+Green+Blue) = 106+21+27=154 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.83% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 106 - color contains mainly: red. Hex color #6A151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A151B is #95EAE4. Grayscale: #2F2F2F. Windows color (decimal): -9824997 or 1774954. OLE color: 1774954.
HSL color Cylindrical-coordinate representation of color #6A151B: hue angle of 355.76º 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 #6A151B is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 21 | 27 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.58 |
| HSL | 355.76º | 0.67% | 0.25% | - |
| HSV(B) | 355.76º | 0.8% | 0.42% | - |
| XYZ | 6.41 | 3.68 | 1.41 | - |
| YUV | 47.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 21 | 27 | 0 | 0.80 | 0.75 | 0.58 | 355.76 | 0.67 | 0.25 |
| Hex | 6A | 15 | 1B | 0 | 50 | 4B | 3A | 164 | 43 | 19 |
| Octal | 152 | 25 | 33 | 0 | 120 | 113 | 72 | 544 | 103 | 31 |
| Binary | 1101010 | 10101 | 11011 | 0 | 1010000 | 1001011 | 111010 | 101100100 | 1000011 | 11001 |
Color Harmonies of #6A151B
Complementary color
Monochromatic Colors of #6A151B
Black with #6A151B
Text Example
Text Example
White with #6A151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A151B; }
p { color: rgb(106,21,27); }
H1.HeaderClassName
{
color: #6A151B;
}
.AnyTagClassName
{
color: #6A151B;
}
</style>
background-color css
<style>
a { background-color: #6A151B; }
a { background-color: rgb(106,21,27); }
div.DivClassName
{
background-color: #6A151B;
}
.BgClassName
{
background-color: #6A151B;
}
</style>
border-color css
<style>
span { border-color: #6A151B; }
span { border-color: rgb(106,21,27); }
td.TdClassName
{
border-color: #6A151B;
}
.TagClassName
{
border-color: #6A151B;
}
</style>