Shades of Pohutukawa #6B1319
Tints of Pohutukawa #6B1319
RGB
CMYK
RGB Variations
Color information
#6B1319 (or 0x6B1319) is known color: Pohutukawa. HEX triplet: 6B, 13 and 19. RGB value is (107,19,25). Sum of RGB (Red+Green+Blue) = 107+19+25=151 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.86% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1319 is #94ECE6. Grayscale: #2E2E2E. Windows color (decimal): -9759975 or 1643371. OLE color: 1643371.
HSL color Cylindrical-coordinate representation of color #6B1319: hue angle of 355.91º 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 #6B1319 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 19 | 25 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.58 |
| HSL | 355.91º | 0.7% | 0.25% | - |
| HSV(B) | 355.91º | 0.82% | 0.42% | - |
| XYZ | 6.47 | 3.66 | 1.29 | - |
| YUV | 46 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 25 | 0 | 0.82 | 0.77 | 0.58 | 355.91 | 0.7 | 0.25 |
| Hex | 6B | 13 | 19 | 0 | 52 | 4D | 3A | 164 | 46 | 19 |
| Octal | 153 | 23 | 31 | 0 | 122 | 115 | 72 | 544 | 106 | 31 |
| Binary | 1101011 | 10011 | 11001 | 0 | 1010010 | 1001101 | 111010 | 101100100 | 1000110 | 11001 |
Color Harmonies of #6B1319
Complementary color
Monochromatic Colors of #6B1319
Black with #6B1319
Text Example
Text Example
White with #6B1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1319; }
p { color: rgb(107,19,25); }
H1.HeaderClassName
{
color: #6B1319;
}
.AnyTagClassName
{
color: #6B1319;
}
</style>
background-color css
<style>
a { background-color: #6B1319; }
a { background-color: rgb(107,19,25); }
div.DivClassName
{
background-color: #6B1319;
}
.BgClassName
{
background-color: #6B1319;
}
</style>
border-color css
<style>
span { border-color: #6B1319; }
span { border-color: rgb(107,19,25); }
td.TdClassName
{
border-color: #6B1319;
}
.TagClassName
{
border-color: #6B1319;
}
</style>