Shades of Claret #682234
Tints of Claret #682234
RGB
CMYK
RGB Variations
Color information
#682234 (or 0x682234) is known color: Claret. HEX triplet: 68, 22 and 34. RGB value is (104,34,52). Sum of RGB (Red+Green+Blue) = 104+34+52=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #682234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682234 is #97DDCB. Grayscale: #383838. Windows color (decimal): -9952716 or 3416680. OLE color: 3416680.
HSL color Cylindrical-coordinate representation of color #682234: hue angle of 344.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682234 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 34 | 52 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.59 |
| HSL | 344.57º | 0.51% | 0.27% | - |
| HSV(B) | 344.57º | 0.67% | 0.41% | - |
| XYZ | 6.9 | 4.34 | 3.72 | - |
| YUV | 56.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 52 | 0 | 0.67 | 0.50 | 0.59 | 344.57 | 0.51 | 0.27 |
| Hex | 68 | 22 | 34 | 0 | 43 | 32 | 3B | 159 | 33 | 1B |
| Octal | 150 | 42 | 64 | 0 | 103 | 62 | 73 | 531 | 63 | 33 |
| Binary | 1101000 | 100010 | 110100 | 0 | 1000011 | 110010 | 111011 | 101011001 | 110011 | 11011 |
Color Harmonies of #682234
Complementary color
Monochromatic Colors of #682234
Black with #682234
Text Example
Text Example
White with #682234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682234; }
p { color: rgb(104,34,52); }
H1.HeaderClassName
{
color: #682234;
}
.AnyTagClassName
{
color: #682234;
}
</style>
background-color css
<style>
a { background-color: #682234; }
a { background-color: rgb(104,34,52); }
div.DivClassName
{
background-color: #682234;
}
.BgClassName
{
background-color: #682234;
}
</style>
border-color css
<style>
span { border-color: #682234; }
span { border-color: rgb(104,34,52); }
td.TdClassName
{
border-color: #682234;
}
.TagClassName
{
border-color: #682234;
}
</style>