Shades of Pohutukawa #6B1A21
Tints of Pohutukawa #6B1A21
RGB
CMYK
RGB Variations
Color information
#6B1A21 (or 0x6B1A21) is known color: Pohutukawa. HEX triplet: 6B, 1A and 21. RGB value is (107,26,33). Sum of RGB (Red+Green+Blue) = 107+26+33=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1A21 is #94E5DE. Grayscale: #333333. Windows color (decimal): -9758175 or 2169451. OLE color: 2169451.
HSL color Cylindrical-coordinate representation of color #6B1A21: hue angle of 354.81º 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 #6B1A21 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 26 | 33 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.58 |
| HSL | 354.81º | 0.61% | 0.26% | - |
| HSV(B) | 354.81º | 0.76% | 0.42% | - |
| XYZ | 6.71 | 3.97 | 1.85 | - |
| YUV | 51.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 33 | 0 | 0.76 | 0.69 | 0.58 | 354.81 | 0.61 | 0.26 |
| Hex | 6B | 1A | 21 | 0 | 4C | 45 | 3A | 163 | 3D | 1A |
| Octal | 153 | 32 | 41 | 0 | 114 | 105 | 72 | 543 | 75 | 32 |
| Binary | 1101011 | 11010 | 100001 | 0 | 1001100 | 1000101 | 111010 | 101100011 | 111101 | 11010 |
Color Harmonies of #6B1A21
Complementary color
Monochromatic Colors of #6B1A21
Black with #6B1A21
Text Example
Text Example
White with #6B1A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1A21; }
p { color: rgb(107,26,33); }
H1.HeaderClassName
{
color: #6B1A21;
}
.AnyTagClassName
{
color: #6B1A21;
}
</style>
background-color css
<style>
a { background-color: #6B1A21; }
a { background-color: rgb(107,26,33); }
div.DivClassName
{
background-color: #6B1A21;
}
.BgClassName
{
background-color: #6B1A21;
}
</style>
border-color css
<style>
span { border-color: #6B1A21; }
span { border-color: rgb(107,26,33); }
td.TdClassName
{
border-color: #6B1A21;
}
.TagClassName
{
border-color: #6B1A21;
}
</style>