Shades of Pohutukawa #6B1320
Tints of Pohutukawa #6B1320
RGB
CMYK
RGB Variations
Color information
#6B1320 (or 0x6B1320) is known color: Pohutukawa. HEX triplet: 6B, 13 and 20. RGB value is (107,19,32). Sum of RGB (Red+Green+Blue) = 107+19+32=158 (20% of max value = 765). Red value is 107 (42.19% from 255 or 67.72% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1320 is #94ECDF. Grayscale: #2E2E2E. Windows color (decimal): -9759968 or 2102123. OLE color: 2102123.
HSL color Cylindrical-coordinate representation of color #6B1320: hue angle of 351.14º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1320 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 19 | 32 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.58 |
| HSL | 351.14º | 0.7% | 0.25% | - |
| HSV(B) | 351.14º | 0.82% | 0.42% | - |
| XYZ | 6.56 | 3.7 | 1.73 | - |
| YUV | 46.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 32 | 0 | 0.82 | 0.70 | 0.58 | 351.14 | 0.7 | 0.25 |
| Hex | 6B | 13 | 20 | 0 | 52 | 46 | 3A | 15F | 46 | 19 |
| Octal | 153 | 23 | 40 | 0 | 122 | 106 | 72 | 537 | 106 | 31 |
| Binary | 1101011 | 10011 | 100000 | 0 | 1010010 | 1000110 | 111010 | 101011111 | 1000110 | 11001 |
Color Harmonies of #6B1320
Complementary color
Monochromatic Colors of #6B1320
Black with #6B1320
Text Example
Text Example
White with #6B1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1320; }
p { color: rgb(107,19,32); }
H1.HeaderClassName
{
color: #6B1320;
}
.AnyTagClassName
{
color: #6B1320;
}
</style>
background-color css
<style>
a { background-color: #6B1320; }
a { background-color: rgb(107,19,32); }
div.DivClassName
{
background-color: #6B1320;
}
.BgClassName
{
background-color: #6B1320;
}
</style>
border-color css
<style>
span { border-color: #6B1320; }
span { border-color: rgb(107,19,32); }
td.TdClassName
{
border-color: #6B1320;
}
.TagClassName
{
border-color: #6B1320;
}
</style>