Shades of Pohutukawa #6B101B
Tints of Pohutukawa #6B101B
RGB
CMYK
RGB Variations
Color information
#6B101B (or 0x6B101B) is known color: Pohutukawa. HEX triplet: 6B, 10 and 1B. RGB value is (107,16,27). Sum of RGB (Red+Green+Blue) = 107+16+27=150 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 107 - color contains mainly: red. Hex color #6B101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B101B is #94EFE4. Grayscale: #2C2C2C. Windows color (decimal): -9760741 or 1773675. OLE color: 1773675.
HSL color Cylindrical-coordinate representation of color #6B101B: hue angle of 352.75º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B101B is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 27 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.58 |
| HSL | 352.75º | 0.74% | 0.24% | - |
| HSV(B) | 352.75º | 0.85% | 0.42% | - |
| XYZ | 6.45 | 3.58 | 1.39 | - |
| YUV | 44.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 27 | 0 | 0.85 | 0.75 | 0.58 | 352.75 | 0.74 | 0.24 |
| Hex | 6B | 10 | 1B | 0 | 55 | 4B | 3A | 161 | 4A | 18 |
| Octal | 153 | 20 | 33 | 0 | 125 | 113 | 72 | 541 | 112 | 30 |
| Binary | 1101011 | 10000 | 11011 | 0 | 1010101 | 1001011 | 111010 | 101100001 | 1001010 | 11000 |
Color Harmonies of #6B101B
Complementary color
Monochromatic Colors of #6B101B
Black with #6B101B
Text Example
Text Example
White with #6B101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B101B; }
p { color: rgb(107,16,27); }
H1.HeaderClassName
{
color: #6B101B;
}
.AnyTagClassName
{
color: #6B101B;
}
</style>
background-color css
<style>
a { background-color: #6B101B; }
a { background-color: rgb(107,16,27); }
div.DivClassName
{
background-color: #6B101B;
}
.BgClassName
{
background-color: #6B101B;
}
</style>
border-color css
<style>
span { border-color: #6B101B; }
span { border-color: rgb(107,16,27); }
td.TdClassName
{
border-color: #6B101B;
}
.TagClassName
{
border-color: #6B101B;
}
</style>