Shades of Pohutukawa #68131C
Tints of Pohutukawa #68131C
RGB
CMYK
RGB Variations
Color information
#68131C (or 0x68131C) is known color: Pohutukawa. HEX triplet: 68, 13 and 1C. RGB value is (104,19,28). Sum of RGB (Red+Green+Blue) = 104+19+28=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68131C is #97ECE3. Grayscale: #2D2D2D. Windows color (decimal): -9956580 or 1839976. OLE color: 1839976.
HSL color Cylindrical-coordinate representation of color #68131C: hue angle of 353.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68131C is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 19 | 28 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.59 |
| HSL | 353.65º | 0.69% | 0.24% | - |
| HSV(B) | 353.65º | 0.82% | 0.41% | - |
| XYZ | 6.15 | 3.49 | 1.45 | - |
| YUV | 45.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 28 | 0 | 0.82 | 0.73 | 0.59 | 353.65 | 0.69 | 0.24 |
| Hex | 68 | 13 | 1C | 0 | 52 | 49 | 3B | 162 | 45 | 18 |
| Octal | 150 | 23 | 34 | 0 | 122 | 111 | 73 | 542 | 105 | 30 |
| Binary | 1101000 | 10011 | 11100 | 0 | 1010010 | 1001001 | 111011 | 101100010 | 1000101 | 11000 |
Color Harmonies of #68131C
Complementary color
Monochromatic Colors of #68131C
Black with #68131C
Text Example
Text Example
White with #68131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68131C; }
p { color: rgb(104,19,28); }
H1.HeaderClassName
{
color: #68131C;
}
.AnyTagClassName
{
color: #68131C;
}
</style>
background-color css
<style>
a { background-color: #68131C; }
a { background-color: rgb(104,19,28); }
div.DivClassName
{
background-color: #68131C;
}
.BgClassName
{
background-color: #68131C;
}
</style>
border-color css
<style>
span { border-color: #68131C; }
span { border-color: rgb(104,19,28); }
td.TdClassName
{
border-color: #68131C;
}
.TagClassName
{
border-color: #68131C;
}
</style>