Shades of Claret #682434
Tints of Claret #682434
RGB
CMYK
RGB Variations
Color information
#682434 (or 0x682434) is known color: Claret. HEX triplet: 68, 24 and 34. RGB value is (104,36,52). Sum of RGB (Red+Green+Blue) = 104+36+52=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #682434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682434 is #97DBCB. Grayscale: #3A3A3A. Windows color (decimal): -9952204 or 3417192. OLE color: 3417192.
HSL color Cylindrical-coordinate representation of color #682434: hue angle of 345.88º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682434 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 36 | 52 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.59 |
| HSL | 345.88º | 0.49% | 0.27% | - |
| HSV(B) | 345.88º | 0.65% | 0.41% | - |
| XYZ | 6.96 | 4.45 | 3.74 | - |
| YUV | 58.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 36 | 52 | 0 | 0.65 | 0.50 | 0.59 | 345.88 | 0.49 | 0.27 |
| Hex | 68 | 24 | 34 | 0 | 41 | 32 | 3B | 15A | 31 | 1B |
| Octal | 150 | 44 | 64 | 0 | 101 | 62 | 73 | 532 | 61 | 33 |
| Binary | 1101000 | 100100 | 110100 | 0 | 1000001 | 110010 | 111011 | 101011010 | 110001 | 11011 |
Color Harmonies of #682434
Complementary color
Monochromatic Colors of #682434
Black with #682434
Text Example
Text Example
White with #682434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682434; }
p { color: rgb(104,36,52); }
H1.HeaderClassName
{
color: #682434;
}
.AnyTagClassName
{
color: #682434;
}
</style>
background-color css
<style>
a { background-color: #682434; }
a { background-color: rgb(104,36,52); }
div.DivClassName
{
background-color: #682434;
}
.BgClassName
{
background-color: #682434;
}
</style>
border-color css
<style>
span { border-color: #682434; }
span { border-color: rgb(104,36,52); }
td.TdClassName
{
border-color: #682434;
}
.TagClassName
{
border-color: #682434;
}
</style>