Shades of Pohutukawa #6B101D
Tints of Pohutukawa #6B101D
RGB
CMYK
RGB Variations
Color information
#6B101D (or 0x6B101D) is known color: Pohutukawa. HEX triplet: 6B, 10 and 1D. RGB value is (107,16,29). Sum of RGB (Red+Green+Blue) = 107+16+29=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B101D is #94EFE2. Grayscale: #2C2C2C. Windows color (decimal): -9760739 or 1904747. OLE color: 1904747.
HSL color Cylindrical-coordinate representation of color #6B101D: hue angle of 351.43º 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 #6B101D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 29 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.58 |
| HSL | 351.43º | 0.74% | 0.24% | - |
| HSV(B) | 351.43º | 0.85% | 0.42% | - |
| XYZ | 6.47 | 3.59 | 1.51 | - |
| YUV | 44.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 29 | 0 | 0.85 | 0.73 | 0.58 | 351.43 | 0.74 | 0.24 |
| Hex | 6B | 10 | 1D | 0 | 55 | 49 | 3A | 15F | 4A | 18 |
| Octal | 153 | 20 | 35 | 0 | 125 | 111 | 72 | 537 | 112 | 30 |
| Binary | 1101011 | 10000 | 11101 | 0 | 1010101 | 1001001 | 111010 | 101011111 | 1001010 | 11000 |
Color Harmonies of #6B101D
Complementary color
Monochromatic Colors of #6B101D
Black with #6B101D
Text Example
Text Example
White with #6B101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B101D; }
p { color: rgb(107,16,29); }
H1.HeaderClassName
{
color: #6B101D;
}
.AnyTagClassName
{
color: #6B101D;
}
</style>
background-color css
<style>
a { background-color: #6B101D; }
a { background-color: rgb(107,16,29); }
div.DivClassName
{
background-color: #6B101D;
}
.BgClassName
{
background-color: #6B101D;
}
</style>
border-color css
<style>
span { border-color: #6B101D; }
span { border-color: rgb(107,16,29); }
td.TdClassName
{
border-color: #6B101D;
}
.TagClassName
{
border-color: #6B101D;
}
</style>