Shades of Pohutukawa #6B1921
Tints of Pohutukawa #6B1921
RGB
CMYK
RGB Variations
Color information
#6B1921 (or 0x6B1921) is known color: Pohutukawa. HEX triplet: 6B, 19 and 21. RGB value is (107,25,33). Sum of RGB (Red+Green+Blue) = 107+25+33=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1921 is #94E6DE. Grayscale: #323232. Windows color (decimal): -9758431 or 2169195. OLE color: 2169195.
HSL color Cylindrical-coordinate representation of color #6B1921: hue angle of 354.15º 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 #6B1921 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 33 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.58 |
| HSL | 354.15º | 0.62% | 0.26% | - |
| HSV(B) | 354.15º | 0.77% | 0.42% | - |
| XYZ | 6.69 | 3.93 | 1.85 | - |
| YUV | 50.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 33 | 0 | 0.77 | 0.69 | 0.58 | 354.15 | 0.62 | 0.26 |
| Hex | 6B | 19 | 21 | 0 | 4D | 45 | 3A | 162 | 3E | 1A |
| Octal | 153 | 31 | 41 | 0 | 115 | 105 | 72 | 542 | 76 | 32 |
| Binary | 1101011 | 11001 | 100001 | 0 | 1001101 | 1000101 | 111010 | 101100010 | 111110 | 11010 |
Color Harmonies of #6B1921
Complementary color
Monochromatic Colors of #6B1921
Black with #6B1921
Text Example
Text Example
White with #6B1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1921; }
p { color: rgb(107,25,33); }
H1.HeaderClassName
{
color: #6B1921;
}
.AnyTagClassName
{
color: #6B1921;
}
</style>
background-color css
<style>
a { background-color: #6B1921; }
a { background-color: rgb(107,25,33); }
div.DivClassName
{
background-color: #6B1921;
}
.BgClassName
{
background-color: #6B1921;
}
</style>
border-color css
<style>
span { border-color: #6B1921; }
span { border-color: rgb(107,25,33); }
td.TdClassName
{
border-color: #6B1921;
}
.TagClassName
{
border-color: #6B1921;
}
</style>