Shades of Pohutukawa #68202B
Tints of Pohutukawa #68202B
RGB
CMYK
RGB Variations
Color information
#68202B (or 0x68202B) is known color: Pohutukawa. HEX triplet: 68, 20 and 2B. RGB value is (104,32,43). Sum of RGB (Red+Green+Blue) = 104+32+43=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68202B is #97DFD4. Grayscale: #363636. Windows color (decimal): -9953237 or 2826344. OLE color: 2826344.
HSL color Cylindrical-coordinate representation of color #68202B: hue angle of 350.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68202B is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 32 | 43 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.59 |
| HSL | 350.83º | 0.53% | 0.27% | - |
| HSV(B) | 350.83º | 0.69% | 0.41% | - |
| XYZ | 6.66 | 4.15 | 2.74 | - |
| YUV | 54.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 43 | 0 | 0.69 | 0.59 | 0.59 | 350.83 | 0.53 | 0.27 |
| Hex | 68 | 20 | 2B | 0 | 45 | 3B | 3B | 15F | 35 | 1B |
| Octal | 150 | 40 | 53 | 0 | 105 | 73 | 73 | 537 | 65 | 33 |
| Binary | 1101000 | 100000 | 101011 | 0 | 1000101 | 111011 | 111011 | 101011111 | 110101 | 11011 |
Color Harmonies of #68202B
Complementary color
Monochromatic Colors of #68202B
Black with #68202B
Text Example
Text Example
White with #68202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68202B; }
p { color: rgb(104,32,43); }
H1.HeaderClassName
{
color: #68202B;
}
.AnyTagClassName
{
color: #68202B;
}
</style>
background-color css
<style>
a { background-color: #68202B; }
a { background-color: rgb(104,32,43); }
div.DivClassName
{
background-color: #68202B;
}
.BgClassName
{
background-color: #68202B;
}
</style>
border-color css
<style>
span { border-color: #68202B; }
span { border-color: rgb(104,32,43); }
td.TdClassName
{
border-color: #68202B;
}
.TagClassName
{
border-color: #68202B;
}
</style>