Shades of Pohutukawa #681B1F
Tints of Pohutukawa #681B1F
RGB
CMYK
RGB Variations
Color information
#681B1F (or 0x681B1F) is known color: Pohutukawa. HEX triplet: 68, 1B and 1F. RGB value is (104,27,31). Sum of RGB (Red+Green+Blue) = 104+27+31=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B1F is #97E4E0. Grayscale: #323232. Windows color (decimal): -9954529 or 2038632. OLE color: 2038632.
HSL color Cylindrical-coordinate representation of color #681B1F: hue angle of 356.88º 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 #681B1F is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 27 | 31 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.59 |
| HSL | 356.88º | 0.59% | 0.26% | - |
| HSV(B) | 356.88º | 0.74% | 0.41% | - |
| XYZ | 6.35 | 3.83 | 1.7 | - |
| YUV | 50.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 31 | 0 | 0.74 | 0.70 | 0.59 | 356.88 | 0.59 | 0.26 |
| Hex | 68 | 1B | 1F | 0 | 4A | 46 | 3B | 165 | 3B | 1A |
| Octal | 150 | 33 | 37 | 0 | 112 | 106 | 73 | 545 | 73 | 32 |
| Binary | 1101000 | 11011 | 11111 | 0 | 1001010 | 1000110 | 111011 | 101100101 | 111011 | 11010 |
Color Harmonies of #681B1F
Complementary color
Monochromatic Colors of #681B1F
Black with #681B1F
Text Example
Text Example
White with #681B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B1F; }
p { color: rgb(104,27,31); }
H1.HeaderClassName
{
color: #681B1F;
}
.AnyTagClassName
{
color: #681B1F;
}
</style>
background-color css
<style>
a { background-color: #681B1F; }
a { background-color: rgb(104,27,31); }
div.DivClassName
{
background-color: #681B1F;
}
.BgClassName
{
background-color: #681B1F;
}
</style>
border-color css
<style>
span { border-color: #681B1F; }
span { border-color: rgb(104,27,31); }
td.TdClassName
{
border-color: #681B1F;
}
.TagClassName
{
border-color: #681B1F;
}
</style>