Shades of Pohutukawa #682124
Tints of Pohutukawa #682124
RGB
CMYK
RGB Variations
Color information
#682124 (or 0x682124) is known color: Pohutukawa. HEX triplet: 68, 21 and 24. RGB value is (104,33,36). Sum of RGB (Red+Green+Blue) = 104+33+36=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #682124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682124 is #97DEDB. Grayscale: #363636. Windows color (decimal): -9952988 or 2367848. OLE color: 2367848.
HSL color Cylindrical-coordinate representation of color #682124: hue angle of 357.46º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682124 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 36 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.59 |
| HSL | 357.46º | 0.52% | 0.27% | - |
| HSV(B) | 357.46º | 0.68% | 0.41% | - |
| XYZ | 6.57 | 4.16 | 2.13 | - |
| YUV | 54.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 36 | 0 | 0.68 | 0.65 | 0.59 | 357.46 | 0.52 | 0.27 |
| Hex | 68 | 21 | 24 | 0 | 44 | 41 | 3B | 165 | 34 | 1B |
| Octal | 150 | 41 | 44 | 0 | 104 | 101 | 73 | 545 | 64 | 33 |
| Binary | 1101000 | 100001 | 100100 | 0 | 1000100 | 1000001 | 111011 | 101100101 | 110100 | 11011 |
Color Harmonies of #682124
Complementary color
Monochromatic Colors of #682124
Black with #682124
Text Example
Text Example
White with #682124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682124; }
p { color: rgb(104,33,36); }
H1.HeaderClassName
{
color: #682124;
}
.AnyTagClassName
{
color: #682124;
}
</style>
background-color css
<style>
a { background-color: #682124; }
a { background-color: rgb(104,33,36); }
div.DivClassName
{
background-color: #682124;
}
.BgClassName
{
background-color: #682124;
}
</style>
border-color css
<style>
span { border-color: #682124; }
span { border-color: rgb(104,33,36); }
td.TdClassName
{
border-color: #682124;
}
.TagClassName
{
border-color: #682124;
}
</style>