Shades of Pohutukawa #6B1A1F
Tints of Pohutukawa #6B1A1F
RGB
CMYK
RGB Variations
Color information
#6B1A1F (or 0x6B1A1F) is known color: Pohutukawa. HEX triplet: 6B, 1A and 1F. RGB value is (107,26,31). Sum of RGB (Red+Green+Blue) = 107+26+31=164 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.24% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A1F is #94E5E0. Grayscale: #323232. Windows color (decimal): -9758177 or 2038379. OLE color: 2038379.
HSL color Cylindrical-coordinate representation of color #6B1A1F: hue angle of 356.3º degrees, saturation: 0.61, 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 #6B1A1F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 26 | 31 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.58 |
| HSL | 356.3º | 0.61% | 0.26% | - |
| HSV(B) | 356.3º | 0.76% | 0.42% | - |
| XYZ | 6.68 | 3.96 | 1.71 | - |
| YUV | 50.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 31 | 0 | 0.76 | 0.71 | 0.58 | 356.3 | 0.61 | 0.26 |
| Hex | 6B | 1A | 1F | 0 | 4C | 47 | 3A | 164 | 3D | 1A |
| Octal | 153 | 32 | 37 | 0 | 114 | 107 | 72 | 544 | 75 | 32 |
| Binary | 1101011 | 11010 | 11111 | 0 | 1001100 | 1000111 | 111010 | 101100100 | 111101 | 11010 |
Color Harmonies of #6B1A1F
Complementary color
Monochromatic Colors of #6B1A1F
Black with #6B1A1F
Text Example
Text Example
White with #6B1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1A1F; }
p { color: rgb(107,26,31); }
H1.HeaderClassName
{
color: #6B1A1F;
}
.AnyTagClassName
{
color: #6B1A1F;
}
</style>
background-color css
<style>
a { background-color: #6B1A1F; }
a { background-color: rgb(107,26,31); }
div.DivClassName
{
background-color: #6B1A1F;
}
.BgClassName
{
background-color: #6B1A1F;
}
</style>
border-color css
<style>
span { border-color: #6B1A1F; }
span { border-color: rgb(107,26,31); }
td.TdClassName
{
border-color: #6B1A1F;
}
.TagClassName
{
border-color: #6B1A1F;
}
</style>