Shades of Pohutukawa #6B0C15
Tints of Pohutukawa #6B0C15
RGB
CMYK
RGB Variations
Color information
#6B0C15 (or 0x6B0C15) is known color: Pohutukawa. HEX triplet: 6B, 0C and 15. RGB value is (107,12,21). Sum of RGB (Red+Green+Blue) = 107+12+21=140 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.43% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0C15 is #94F3EA. Grayscale: #292929. Windows color (decimal): -9761771 or 1379435. OLE color: 1379435.
HSL color Cylindrical-coordinate representation of color #6B0C15: hue angle of 354.32º 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 #6B0C15 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 12 | 21 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.58 |
| HSL | 354.32º | 0.8% | 0.23% | - |
| HSV(B) | 354.32º | 0.89% | 0.42% | - |
| XYZ | 6.33 | 3.44 | 1.04 | - |
| YUV | 41.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 21 | 0 | 0.89 | 0.80 | 0.58 | 354.32 | 0.8 | 0.23 |
| Hex | 6B | C | 15 | 0 | 59 | 50 | 3A | 162 | 50 | 17 |
| Octal | 153 | 14 | 25 | 0 | 131 | 120 | 72 | 542 | 120 | 27 |
| Binary | 1101011 | 1100 | 10101 | 0 | 1011001 | 1010000 | 111010 | 101100010 | 1010000 | 10111 |
Color Harmonies of #6B0C15
Complementary color
Monochromatic Colors of #6B0C15
Black with #6B0C15
Text Example
Text Example
White with #6B0C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0C15; }
p { color: rgb(107,12,21); }
H1.HeaderClassName
{
color: #6B0C15;
}
.AnyTagClassName
{
color: #6B0C15;
}
</style>
background-color css
<style>
a { background-color: #6B0C15; }
a { background-color: rgb(107,12,21); }
div.DivClassName
{
background-color: #6B0C15;
}
.BgClassName
{
background-color: #6B0C15;
}
</style>
border-color css
<style>
span { border-color: #6B0C15; }
span { border-color: rgb(107,12,21); }
td.TdClassName
{
border-color: #6B0C15;
}
.TagClassName
{
border-color: #6B0C15;
}
</style>