Shades of Pohutukawa #6B151D
Tints of Pohutukawa #6B151D
RGB
CMYK
RGB Variations
Color information
#6B151D (or 0x6B151D) is known color: Pohutukawa. HEX triplet: 6B, 15 and 1D. RGB value is (107,21,29). Sum of RGB (Red+Green+Blue) = 107+21+29=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B151D is #94EAE2. Grayscale: #2F2F2F. Windows color (decimal): -9759459 or 1906027. OLE color: 1906027.
HSL color Cylindrical-coordinate representation of color #6B151D: hue angle of 354.42º 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 #6B151D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 29 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.58 |
| HSL | 354.42º | 0.67% | 0.25% | - |
| HSV(B) | 354.42º | 0.8% | 0.42% | - |
| XYZ | 6.55 | 3.75 | 1.54 | - |
| YUV | 47.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 29 | 0 | 0.80 | 0.73 | 0.58 | 354.42 | 0.67 | 0.25 |
| Hex | 6B | 15 | 1D | 0 | 50 | 49 | 3A | 162 | 43 | 19 |
| Octal | 153 | 25 | 35 | 0 | 120 | 111 | 72 | 542 | 103 | 31 |
| Binary | 1101011 | 10101 | 11101 | 0 | 1010000 | 1001001 | 111010 | 101100010 | 1000011 | 11001 |
Color Harmonies of #6B151D
Complementary color
Monochromatic Colors of #6B151D
Black with #6B151D
Text Example
Text Example
White with #6B151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B151D; }
p { color: rgb(107,21,29); }
H1.HeaderClassName
{
color: #6B151D;
}
.AnyTagClassName
{
color: #6B151D;
}
</style>
background-color css
<style>
a { background-color: #6B151D; }
a { background-color: rgb(107,21,29); }
div.DivClassName
{
background-color: #6B151D;
}
.BgClassName
{
background-color: #6B151D;
}
</style>
border-color css
<style>
span { border-color: #6B151D; }
span { border-color: rgb(107,21,29); }
td.TdClassName
{
border-color: #6B151D;
}
.TagClassName
{
border-color: #6B151D;
}
</style>