Shades of Pohutukawa #6B191A
Tints of Pohutukawa #6B191A
RGB
CMYK
RGB Variations
Color information
#6B191A (or 0x6B191A) is known color: Pohutukawa. HEX triplet: 6B, 19 and 1A. RGB value is (107,25,26). Sum of RGB (Red+Green+Blue) = 107+25+26=158 (20% of max value = 765). Red value is 107 (42.19% from 255 or 67.72% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 107 - color contains mainly: red. Hex color #6B191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B191A is #94E6E5. Grayscale: #313131. Windows color (decimal): -9758438 or 1710443. OLE color: 1710443.
HSL color Cylindrical-coordinate representation of color #6B191A: hue angle of 359.27º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B191A is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 26 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.58 |
| HSL | 359.27º | 0.62% | 0.26% | - |
| HSV(B) | 359.27º | 0.77% | 0.42% | - |
| XYZ | 6.6 | 3.9 | 1.38 | - |
| YUV | 49.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 26 | 0 | 0.77 | 0.76 | 0.58 | 359.27 | 0.62 | 0.26 |
| Hex | 6B | 19 | 1A | 0 | 4D | 4C | 3A | 167 | 3E | 1A |
| Octal | 153 | 31 | 32 | 0 | 115 | 114 | 72 | 547 | 76 | 32 |
| Binary | 1101011 | 11001 | 11010 | 0 | 1001101 | 1001100 | 111010 | 101100111 | 111110 | 11010 |
Color Harmonies of #6B191A
Complementary color
Monochromatic Colors of #6B191A
Black with #6B191A
Text Example
Text Example
White with #6B191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B191A; }
p { color: rgb(107,25,26); }
H1.HeaderClassName
{
color: #6B191A;
}
.AnyTagClassName
{
color: #6B191A;
}
</style>
background-color css
<style>
a { background-color: #6B191A; }
a { background-color: rgb(107,25,26); }
div.DivClassName
{
background-color: #6B191A;
}
.BgClassName
{
background-color: #6B191A;
}
</style>
border-color css
<style>
span { border-color: #6B191A; }
span { border-color: rgb(107,25,26); }
td.TdClassName
{
border-color: #6B191A;
}
.TagClassName
{
border-color: #6B191A;
}
</style>