Shades of Pohutukawa #68151B
Tints of Pohutukawa #68151B
RGB
CMYK
RGB Variations
Color information
#68151B (or 0x68151B) is known color: Pohutukawa. HEX triplet: 68, 15 and 1B. RGB value is (104,21,27). Sum of RGB (Red+Green+Blue) = 104+21+27=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68151B is #97EAE4. Grayscale: #2E2E2E. Windows color (decimal): -9956069 or 1774952. OLE color: 1774952.
HSL color Cylindrical-coordinate representation of color #68151B: hue angle of 355.66º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68151B is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 21 | 27 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.59 |
| HSL | 355.66º | 0.66% | 0.25% | - |
| HSV(B) | 355.66º | 0.8% | 0.41% | - |
| XYZ | 6.17 | 3.56 | 1.4 | - |
| YUV | 46.5 | 117 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 27 | 0 | 0.80 | 0.74 | 0.59 | 355.66 | 0.66 | 0.25 |
| Hex | 68 | 15 | 1B | 0 | 50 | 4A | 3B | 164 | 42 | 19 |
| Octal | 150 | 25 | 33 | 0 | 120 | 112 | 73 | 544 | 102 | 31 |
| Binary | 1101000 | 10101 | 11011 | 0 | 1010000 | 1001010 | 111011 | 101100100 | 1000010 | 11001 |
Color Harmonies of #68151B
Complementary color
Monochromatic Colors of #68151B
Black with #68151B
Text Example
Text Example
White with #68151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68151B; }
p { color: rgb(104,21,27); }
H1.HeaderClassName
{
color: #68151B;
}
.AnyTagClassName
{
color: #68151B;
}
</style>
background-color css
<style>
a { background-color: #68151B; }
a { background-color: rgb(104,21,27); }
div.DivClassName
{
background-color: #68151B;
}
.BgClassName
{
background-color: #68151B;
}
</style>
border-color css
<style>
span { border-color: #68151B; }
span { border-color: rgb(104,21,27); }
td.TdClassName
{
border-color: #68151B;
}
.TagClassName
{
border-color: #68151B;
}
</style>