Shades of Claret #692533
Tints of Claret #692533
RGB
CMYK
RGB Variations
Color information
#692533 (or 0x692533) is known color: Claret. HEX triplet: 69, 25 and 33. RGB value is (105,37,51). Sum of RGB (Red+Green+Blue) = 105+37+51=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #692533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692533 is #96DACC. Grayscale: #3A3A3A. Windows color (decimal): -9886413 or 3351913. OLE color: 3351913.
HSL color Cylindrical-coordinate representation of color #692533: hue angle of 347.65º 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 #692533 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 37 | 51 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.59 |
| HSL | 347.65º | 0.48% | 0.28% | - |
| HSV(B) | 347.65º | 0.65% | 0.41% | - |
| XYZ | 7.08 | 4.57 | 3.64 | - |
| YUV | 58.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 37 | 51 | 0 | 0.65 | 0.51 | 0.59 | 347.65 | 0.48 | 0.28 |
| Hex | 69 | 25 | 33 | 0 | 41 | 33 | 3B | 15C | 30 | 1C |
| Octal | 151 | 45 | 63 | 0 | 101 | 63 | 73 | 534 | 60 | 34 |
| Binary | 1101001 | 100101 | 110011 | 0 | 1000001 | 110011 | 111011 | 101011100 | 110000 | 11100 |
Color Harmonies of #692533
Complementary color
Monochromatic Colors of #692533
Black with #692533
Text Example
Text Example
White with #692533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692533; }
p { color: rgb(105,37,51); }
H1.HeaderClassName
{
color: #692533;
}
.AnyTagClassName
{
color: #692533;
}
</style>
background-color css
<style>
a { background-color: #692533; }
a { background-color: rgb(105,37,51); }
div.DivClassName
{
background-color: #692533;
}
.BgClassName
{
background-color: #692533;
}
</style>
border-color css
<style>
span { border-color: #692533; }
span { border-color: rgb(105,37,51); }
td.TdClassName
{
border-color: #692533;
}
.TagClassName
{
border-color: #692533;
}
</style>