Shades of Pohutukawa #6B141C
Tints of Pohutukawa #6B141C
RGB
CMYK
RGB Variations
Color information
#6B141C (or 0x6B141C) is known color: Pohutukawa. HEX triplet: 6B, 14 and 1C. RGB value is (107,20,28). Sum of RGB (Red+Green+Blue) = 107+20+28=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B141C is #94EBE3. Grayscale: #2E2E2E. Windows color (decimal): -9759716 or 1840235. OLE color: 1840235.
HSL color Cylindrical-coordinate representation of color #6B141C: hue angle of 354.48º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B141C is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 20 | 28 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.58 |
| HSL | 354.48º | 0.69% | 0.25% | - |
| HSV(B) | 354.48º | 0.81% | 0.42% | - |
| XYZ | 6.52 | 3.71 | 1.47 | - |
| YUV | 46.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 20 | 28 | 0 | 0.81 | 0.74 | 0.58 | 354.48 | 0.69 | 0.25 |
| Hex | 6B | 14 | 1C | 0 | 51 | 4A | 3A | 162 | 45 | 19 |
| Octal | 153 | 24 | 34 | 0 | 121 | 112 | 72 | 542 | 105 | 31 |
| Binary | 1101011 | 10100 | 11100 | 0 | 1010001 | 1001010 | 111010 | 101100010 | 1000101 | 11001 |
Color Harmonies of #6B141C
Complementary color
Monochromatic Colors of #6B141C
Black with #6B141C
Text Example
Text Example
White with #6B141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B141C; }
p { color: rgb(107,20,28); }
H1.HeaderClassName
{
color: #6B141C;
}
.AnyTagClassName
{
color: #6B141C;
}
</style>
background-color css
<style>
a { background-color: #6B141C; }
a { background-color: rgb(107,20,28); }
div.DivClassName
{
background-color: #6B141C;
}
.BgClassName
{
background-color: #6B141C;
}
</style>
border-color css
<style>
span { border-color: #6B141C; }
span { border-color: rgb(107,20,28); }
td.TdClassName
{
border-color: #6B141C;
}
.TagClassName
{
border-color: #6B141C;
}
</style>