Shades of Pohutukawa #681B2B
Tints of Pohutukawa #681B2B
RGB
CMYK
RGB Variations
Color information
#681B2B (or 0x681B2B) is known color: Pohutukawa. HEX triplet: 68, 1B and 2B. RGB value is (104,27,43). Sum of RGB (Red+Green+Blue) = 104+27+43=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #681B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B2B is #97E4D4. Grayscale: #333333. Windows color (decimal): -9954517 or 2825064. OLE color: 2825064.
HSL color Cylindrical-coordinate representation of color #681B2B: hue angle of 347.53º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #681B2B is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 27 | 43 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.59 |
| HSL | 347.53º | 0.59% | 0.26% | - |
| HSV(B) | 347.53º | 0.74% | 0.41% | - |
| XYZ | 6.54 | 3.9 | 2.69 | - |
| YUV | 51.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 43 | 0 | 0.74 | 0.59 | 0.59 | 347.53 | 0.59 | 0.26 |
| Hex | 68 | 1B | 2B | 0 | 4A | 3B | 3B | 15C | 3B | 1A |
| Octal | 150 | 33 | 53 | 0 | 112 | 73 | 73 | 534 | 73 | 32 |
| Binary | 1101000 | 11011 | 101011 | 0 | 1001010 | 111011 | 111011 | 101011100 | 111011 | 11010 |
Color Harmonies of #681B2B
Complementary color
Monochromatic Colors of #681B2B
Black with #681B2B
Text Example
Text Example
White with #681B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B2B; }
p { color: rgb(104,27,43); }
H1.HeaderClassName
{
color: #681B2B;
}
.AnyTagClassName
{
color: #681B2B;
}
</style>
background-color css
<style>
a { background-color: #681B2B; }
a { background-color: rgb(104,27,43); }
div.DivClassName
{
background-color: #681B2B;
}
.BgClassName
{
background-color: #681B2B;
}
</style>
border-color css
<style>
span { border-color: #681B2B; }
span { border-color: rgb(104,27,43); }
td.TdClassName
{
border-color: #681B2B;
}
.TagClassName
{
border-color: #681B2B;
}
</style>