Shades of Pohutukawa #6B151C
Tints of Pohutukawa #6B151C
RGB
CMYK
RGB Variations
Color information
#6B151C (or 0x6B151C) is known color: Pohutukawa. HEX triplet: 6B, 15 and 1C. RGB value is (107,21,28). Sum of RGB (Red+Green+Blue) = 107+21+28=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B151C is #94EAE3. Grayscale: #2F2F2F. Windows color (decimal): -9759460 or 1840491. OLE color: 1840491.
HSL color Cylindrical-coordinate representation of color #6B151C: hue angle of 355.12º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B151C is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 28 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.58 |
| HSL | 355.12º | 0.67% | 0.25% | - |
| HSV(B) | 355.12º | 0.8% | 0.42% | - |
| XYZ | 6.54 | 3.75 | 1.48 | - |
| YUV | 47.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 28 | 0 | 0.80 | 0.74 | 0.58 | 355.12 | 0.67 | 0.25 |
| Hex | 6B | 15 | 1C | 0 | 50 | 4A | 3A | 163 | 43 | 19 |
| Octal | 153 | 25 | 34 | 0 | 120 | 112 | 72 | 543 | 103 | 31 |
| Binary | 1101011 | 10101 | 11100 | 0 | 1010000 | 1001010 | 111010 | 101100011 | 1000011 | 11001 |
Color Harmonies of #6B151C
Complementary color
Monochromatic Colors of #6B151C
Black with #6B151C
Text Example
Text Example
White with #6B151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B151C; }
p { color: rgb(107,21,28); }
H1.HeaderClassName
{
color: #6B151C;
}
.AnyTagClassName
{
color: #6B151C;
}
</style>
background-color css
<style>
a { background-color: #6B151C; }
a { background-color: rgb(107,21,28); }
div.DivClassName
{
background-color: #6B151C;
}
.BgClassName
{
background-color: #6B151C;
}
</style>
border-color css
<style>
span { border-color: #6B151C; }
span { border-color: rgb(107,21,28); }
td.TdClassName
{
border-color: #6B151C;
}
.TagClassName
{
border-color: #6B151C;
}
</style>