Shades of Pohutukawa #682122
Tints of Pohutukawa #682122
RGB
CMYK
RGB Variations
Color information
#682122 (or 0x682122) is known color: Pohutukawa. HEX triplet: 68, 21 and 22. RGB value is (104,33,34). Sum of RGB (Red+Green+Blue) = 104+33+34=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #682122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682122 is #97DEDD. Grayscale: #363636. Windows color (decimal): -9952990 or 2236776. OLE color: 2236776.
HSL color Cylindrical-coordinate representation of color #682122: hue angle of 359.15º 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 #682122 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 33 | 34 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.59 |
| HSL | 359.15º | 0.52% | 0.27% | - |
| HSV(B) | 359.15º | 0.68% | 0.41% | - |
| XYZ | 6.54 | 4.15 | 1.97 | - |
| YUV | 54.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 34 | 0 | 0.68 | 0.67 | 0.59 | 359.15 | 0.52 | 0.27 |
| Hex | 68 | 21 | 22 | 0 | 44 | 43 | 3B | 167 | 34 | 1B |
| Octal | 150 | 41 | 42 | 0 | 104 | 103 | 73 | 547 | 64 | 33 |
| Binary | 1101000 | 100001 | 100010 | 0 | 1000100 | 1000011 | 111011 | 101100111 | 110100 | 11011 |
Color Harmonies of #682122
Complementary color
Monochromatic Colors of #682122
Black with #682122
Text Example
Text Example
White with #682122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682122; }
p { color: rgb(104,33,34); }
H1.HeaderClassName
{
color: #682122;
}
.AnyTagClassName
{
color: #682122;
}
</style>
background-color css
<style>
a { background-color: #682122; }
a { background-color: rgb(104,33,34); }
div.DivClassName
{
background-color: #682122;
}
.BgClassName
{
background-color: #682122;
}
</style>
border-color css
<style>
span { border-color: #682122; }
span { border-color: rgb(104,33,34); }
td.TdClassName
{
border-color: #682122;
}
.TagClassName
{
border-color: #682122;
}
</style>