Shades of Claret #69212F
Tints of Claret #69212F
RGB
CMYK
RGB Variations
Color information
#69212F (or 0x69212F) is known color: Claret. HEX triplet: 69, 21 and 2F. RGB value is (105,33,47). Sum of RGB (Red+Green+Blue) = 105+33+47=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69212F is #96DED0. Grayscale: #383838. Windows color (decimal): -9887441 or 3088745. OLE color: 3088745.
HSL color Cylindrical-coordinate representation of color #69212F: hue angle of 348.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69212F is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 33 | 47 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.59 |
| HSL | 348.33º | 0.52% | 0.27% | - |
| HSV(B) | 348.33º | 0.69% | 0.41% | - |
| XYZ | 6.88 | 4.3 | 3.16 | - |
| YUV | 56.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 47 | 0 | 0.69 | 0.55 | 0.59 | 348.33 | 0.52 | 0.27 |
| Hex | 69 | 21 | 2F | 0 | 45 | 37 | 3B | 15C | 34 | 1B |
| Octal | 151 | 41 | 57 | 0 | 105 | 67 | 73 | 534 | 64 | 33 |
| Binary | 1101001 | 100001 | 101111 | 0 | 1000101 | 110111 | 111011 | 101011100 | 110100 | 11011 |
Color Harmonies of #69212F
Complementary color
Monochromatic Colors of #69212F
Black with #69212F
Text Example
Text Example
White with #69212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69212F; }
p { color: rgb(105,33,47); }
H1.HeaderClassName
{
color: #69212F;
}
.AnyTagClassName
{
color: #69212F;
}
</style>
background-color css
<style>
a { background-color: #69212F; }
a { background-color: rgb(105,33,47); }
div.DivClassName
{
background-color: #69212F;
}
.BgClassName
{
background-color: #69212F;
}
</style>
border-color css
<style>
span { border-color: #69212F; }
span { border-color: rgb(105,33,47); }
td.TdClassName
{
border-color: #69212F;
}
.TagClassName
{
border-color: #69212F;
}
</style>