Shades of Pohutukawa #6B112A
Tints of Pohutukawa #6B112A
RGB
CMYK
RGB Variations
Color information
#6B112A (or 0x6B112A) is known color: Pohutukawa. HEX triplet: 6B, 11 and 2A. RGB value is (107,17,42). Sum of RGB (Red+Green+Blue) = 107+17+42=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B112A is #94EED5. Grayscale: #2E2E2E. Windows color (decimal): -9760470 or 2756971. OLE color: 2756971.
HSL color Cylindrical-coordinate representation of color #6B112A: hue angle of 343.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B112A is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 17 | 42 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.58 |
| HSL | 343.33º | 0.73% | 0.24% | - |
| HSV(B) | 343.33º | 0.84% | 0.42% | - |
| XYZ | 6.68 | 3.69 | 2.55 | - |
| YUV | 46.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 42 | 0 | 0.84 | 0.61 | 0.58 | 343.33 | 0.73 | 0.24 |
| Hex | 6B | 11 | 2A | 0 | 54 | 3D | 3A | 157 | 49 | 18 |
| Octal | 153 | 21 | 52 | 0 | 124 | 75 | 72 | 527 | 111 | 30 |
| Binary | 1101011 | 10001 | 101010 | 0 | 1010100 | 111101 | 111010 | 101010111 | 1001001 | 11000 |
Color Harmonies of #6B112A
Complementary color
Monochromatic Colors of #6B112A
Black with #6B112A
Text Example
Text Example
White with #6B112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B112A; }
p { color: rgb(107,17,42); }
H1.HeaderClassName
{
color: #6B112A;
}
.AnyTagClassName
{
color: #6B112A;
}
</style>
background-color css
<style>
a { background-color: #6B112A; }
a { background-color: rgb(107,17,42); }
div.DivClassName
{
background-color: #6B112A;
}
.BgClassName
{
background-color: #6B112A;
}
</style>
border-color css
<style>
span { border-color: #6B112A; }
span { border-color: rgb(107,17,42); }
td.TdClassName
{
border-color: #6B112A;
}
.TagClassName
{
border-color: #6B112A;
}
</style>