Shades of Claret #692532
Tints of Claret #692532
RGB
CMYK
RGB Variations
Color information
#692532 (or 0x692532) is known color: Claret. HEX triplet: 69, 25 and 32. RGB value is (105,37,50). Sum of RGB (Red+Green+Blue) = 105+37+50=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #692532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692532 is #96DACD. Grayscale: #3A3A3A. Windows color (decimal): -9886414 or 3286377. OLE color: 3286377.
HSL color Cylindrical-coordinate representation of color #692532: hue angle of 348.53º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #692532 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 37 | 50 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.59 |
| HSL | 348.53º | 0.48% | 0.28% | - |
| HSV(B) | 348.53º | 0.65% | 0.41% | - |
| XYZ | 7.06 | 4.56 | 3.52 | - |
| YUV | 58.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 50 | 0 | 0.65 | 0.52 | 0.59 | 348.53 | 0.48 | 0.28 |
| Hex | 69 | 25 | 32 | 0 | 41 | 34 | 3B | 15D | 30 | 1C |
| Octal | 151 | 45 | 62 | 0 | 101 | 64 | 73 | 535 | 60 | 34 |
| Binary | 1101001 | 100101 | 110010 | 0 | 1000001 | 110100 | 111011 | 101011101 | 110000 | 11100 |
Color Harmonies of #692532
Complementary color
Monochromatic Colors of #692532
Black with #692532
Text Example
Text Example
White with #692532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692532; }
p { color: rgb(105,37,50); }
H1.HeaderClassName
{
color: #692532;
}
.AnyTagClassName
{
color: #692532;
}
</style>
background-color css
<style>
a { background-color: #692532; }
a { background-color: rgb(105,37,50); }
div.DivClassName
{
background-color: #692532;
}
.BgClassName
{
background-color: #692532;
}
</style>
border-color css
<style>
span { border-color: #692532; }
span { border-color: rgb(105,37,50); }
td.TdClassName
{
border-color: #692532;
}
.TagClassName
{
border-color: #692532;
}
</style>