Shades of Claret #692230
Tints of Claret #692230
RGB
CMYK
RGB Variations
Color information
#692230 (or 0x692230) is known color: Claret. HEX triplet: 69, 22 and 30. RGB value is (105,34,48). Sum of RGB (Red+Green+Blue) = 105+34+48=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #692230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692230 is #96DDCF. Grayscale: #383838. Windows color (decimal): -9887184 or 3154537. OLE color: 3154537.
HSL color Cylindrical-coordinate representation of color #692230: hue angle of 348.17º degrees, saturation: 0.51, 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 #692230 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 34 | 48 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.59 |
| HSL | 348.17º | 0.51% | 0.27% | - |
| HSV(B) | 348.17º | 0.68% | 0.41% | - |
| XYZ | 6.93 | 4.36 | 3.27 | - |
| YUV | 56.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 34 | 48 | 0 | 0.68 | 0.54 | 0.59 | 348.17 | 0.51 | 0.27 |
| Hex | 69 | 22 | 30 | 0 | 44 | 36 | 3B | 15C | 33 | 1B |
| Octal | 151 | 42 | 60 | 0 | 104 | 66 | 73 | 534 | 63 | 33 |
| Binary | 1101001 | 100010 | 110000 | 0 | 1000100 | 110110 | 111011 | 101011100 | 110011 | 11011 |
Color Harmonies of #692230
Complementary color
Monochromatic Colors of #692230
Black with #692230
Text Example
Text Example
White with #692230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692230; }
p { color: rgb(105,34,48); }
H1.HeaderClassName
{
color: #692230;
}
.AnyTagClassName
{
color: #692230;
}
</style>
background-color css
<style>
a { background-color: #692230; }
a { background-color: rgb(105,34,48); }
div.DivClassName
{
background-color: #692230;
}
.BgClassName
{
background-color: #692230;
}
</style>
border-color css
<style>
span { border-color: #692230; }
span { border-color: rgb(105,34,48); }
td.TdClassName
{
border-color: #692230;
}
.TagClassName
{
border-color: #692230;
}
</style>