Shades of Pohutukawa #6B102B
Tints of Pohutukawa #6B102B
RGB
CMYK
RGB Variations
Color information
#6B102B (or 0x6B102B) is known color: Pohutukawa. HEX triplet: 6B, 10 and 2B. RGB value is (107,16,43). Sum of RGB (Red+Green+Blue) = 107+16+43=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B102B is #94EFD4. Grayscale: #2E2E2E. Windows color (decimal): -9760725 or 2822251. OLE color: 2822251.
HSL color Cylindrical-coordinate representation of color #6B102B: hue angle of 342.2º 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 #6B102B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 43 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.58 |
| HSL | 342.2º | 0.74% | 0.24% | - |
| HSV(B) | 342.2º | 0.85% | 0.42% | - |
| XYZ | 6.68 | 3.67 | 2.64 | - |
| YUV | 46.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 43 | 0 | 0.85 | 0.60 | 0.58 | 342.2 | 0.74 | 0.24 |
| Hex | 6B | 10 | 2B | 0 | 55 | 3C | 3A | 156 | 4A | 18 |
| Octal | 153 | 20 | 53 | 0 | 125 | 74 | 72 | 526 | 112 | 30 |
| Binary | 1101011 | 10000 | 101011 | 0 | 1010101 | 111100 | 111010 | 101010110 | 1001010 | 11000 |
Color Harmonies of #6B102B
Complementary color
Monochromatic Colors of #6B102B
Black with #6B102B
Text Example
Text Example
White with #6B102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B102B; }
p { color: rgb(107,16,43); }
H1.HeaderClassName
{
color: #6B102B;
}
.AnyTagClassName
{
color: #6B102B;
}
</style>
background-color css
<style>
a { background-color: #6B102B; }
a { background-color: rgb(107,16,43); }
div.DivClassName
{
background-color: #6B102B;
}
.BgClassName
{
background-color: #6B102B;
}
</style>
border-color css
<style>
span { border-color: #6B102B; }
span { border-color: rgb(107,16,43); }
td.TdClassName
{
border-color: #6B102B;
}
.TagClassName
{
border-color: #6B102B;
}
</style>