Shades of Pohutukawa #6D1428
Tints of Pohutukawa #6D1428
RGB
CMYK
RGB Variations
Color information
#6D1428 (or 0x6D1428) is known color: Pohutukawa. HEX triplet: 6D, 14 and 28. RGB value is (109,20,40). Sum of RGB (Red+Green+Blue) = 109+20+40=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1428 is #92EBD7. Grayscale: #303030. Windows color (decimal): -9628632 or 2626669. OLE color: 2626669.
HSL color Cylindrical-coordinate representation of color #6D1428: hue angle of 346.52º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1428 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 20 | 40 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.57 |
| HSL | 346.52º | 0.69% | 0.25% | - |
| HSV(B) | 346.52º | 0.82% | 0.43% | - |
| XYZ | 6.94 | 3.9 | 2.4 | - |
| YUV | 48.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 40 | 0 | 0.82 | 0.63 | 0.57 | 346.52 | 0.69 | 0.25 |
| Hex | 6D | 14 | 28 | 0 | 52 | 3F | 39 | 15B | 45 | 19 |
| Octal | 155 | 24 | 50 | 0 | 122 | 77 | 71 | 533 | 105 | 31 |
| Binary | 1101101 | 10100 | 101000 | 0 | 1010010 | 111111 | 111001 | 101011011 | 1000101 | 11001 |
Color Harmonies of #6D1428
Complementary color
Monochromatic Colors of #6D1428
Black with #6D1428
Text Example
Text Example
White with #6D1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1428; }
p { color: rgb(109,20,40); }
H1.HeaderClassName
{
color: #6D1428;
}
.AnyTagClassName
{
color: #6D1428;
}
</style>
background-color css
<style>
a { background-color: #6D1428; }
a { background-color: rgb(109,20,40); }
div.DivClassName
{
background-color: #6D1428;
}
.BgClassName
{
background-color: #6D1428;
}
</style>
border-color css
<style>
span { border-color: #6D1428; }
span { border-color: rgb(109,20,40); }
td.TdClassName
{
border-color: #6D1428;
}
.TagClassName
{
border-color: #6D1428;
}
</style>