Shades of Pohutukawa #6B0C2A
Tints of Pohutukawa #6B0C2A
RGB
CMYK
RGB Variations
Color information
#6B0C2A (or 0x6B0C2A) is known color: Pohutukawa. HEX triplet: 6B, 0C and 2A. RGB value is (107,12,42). Sum of RGB (Red+Green+Blue) = 107+12+42=161 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.46% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0C2A is #94F3D5. Grayscale: #2B2B2B. Windows color (decimal): -9761750 or 2755691. OLE color: 2755691.
HSL color Cylindrical-coordinate representation of color #6B0C2A: hue angle of 341.05º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C2A is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 12 | 42 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.58 |
| HSL | 341.05º | 0.8% | 0.23% | - |
| HSV(B) | 341.05º | 0.89% | 0.42% | - |
| XYZ | 6.61 | 3.56 | 2.53 | - |
| YUV | 43.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 42 | 0 | 0.89 | 0.61 | 0.58 | 341.05 | 0.8 | 0.23 |
| Hex | 6B | C | 2A | 0 | 59 | 3D | 3A | 155 | 50 | 17 |
| Octal | 153 | 14 | 52 | 0 | 131 | 75 | 72 | 525 | 120 | 27 |
| Binary | 1101011 | 1100 | 101010 | 0 | 1011001 | 111101 | 111010 | 101010101 | 1010000 | 10111 |
Color Harmonies of #6B0C2A
Complementary color
Monochromatic Colors of #6B0C2A
Black with #6B0C2A
Text Example
Text Example
White with #6B0C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0C2A; }
p { color: rgb(107,12,42); }
H1.HeaderClassName
{
color: #6B0C2A;
}
.AnyTagClassName
{
color: #6B0C2A;
}
</style>
background-color css
<style>
a { background-color: #6B0C2A; }
a { background-color: rgb(107,12,42); }
div.DivClassName
{
background-color: #6B0C2A;
}
.BgClassName
{
background-color: #6B0C2A;
}
</style>
border-color css
<style>
span { border-color: #6B0C2A; }
span { border-color: rgb(107,12,42); }
td.TdClassName
{
border-color: #6B0C2A;
}
.TagClassName
{
border-color: #6B0C2A;
}
</style>