Shades of Pohutukawa #68132D
Tints of Pohutukawa #68132D
RGB
CMYK
RGB Variations
Color information
#68132D (or 0x68132D) is known color: Pohutukawa. HEX triplet: 68, 13 and 2D. RGB value is (104,19,45). Sum of RGB (Red+Green+Blue) = 104+19+45=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68132D is #97ECD2. Grayscale: #2F2F2F. Windows color (decimal): -9956563 or 2954088. OLE color: 2954088.
HSL color Cylindrical-coordinate representation of color #68132D: hue angle of 341.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 #68132D is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 19 | 45 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.59 |
| HSL | 341.65º | 0.69% | 0.24% | - |
| HSV(B) | 341.65º | 0.82% | 0.41% | - |
| XYZ | 6.42 | 3.6 | 2.84 | - |
| YUV | 47.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 45 | 0 | 0.82 | 0.57 | 0.59 | 341.65 | 0.69 | 0.24 |
| Hex | 68 | 13 | 2D | 0 | 52 | 39 | 3B | 156 | 45 | 18 |
| Octal | 150 | 23 | 55 | 0 | 122 | 71 | 73 | 526 | 105 | 30 |
| Binary | 1101000 | 10011 | 101101 | 0 | 1010010 | 111001 | 111011 | 101010110 | 1000101 | 11000 |
Color Harmonies of #68132D
Complementary color
Monochromatic Colors of #68132D
Black with #68132D
Text Example
Text Example
White with #68132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68132D; }
p { color: rgb(104,19,45); }
H1.HeaderClassName
{
color: #68132D;
}
.AnyTagClassName
{
color: #68132D;
}
</style>
background-color css
<style>
a { background-color: #68132D; }
a { background-color: rgb(104,19,45); }
div.DivClassName
{
background-color: #68132D;
}
.BgClassName
{
background-color: #68132D;
}
</style>
border-color css
<style>
span { border-color: #68132D; }
span { border-color: rgb(104,19,45); }
td.TdClassName
{
border-color: #68132D;
}
.TagClassName
{
border-color: #68132D;
}
</style>