Shades of Claret #6A2234
Tints of Claret #6A2234
RGB
CMYK
RGB Variations
Color information
#6A2234 (or 0x6A2234) is known color: Claret. HEX triplet: 6A, 22 and 34. RGB value is (106,34,52). Sum of RGB (Red+Green+Blue) = 106+34+52=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2234 is #95DDCB. Grayscale: #393939. Windows color (decimal): -9821644 or 3416682. OLE color: 3416682.
HSL color Cylindrical-coordinate representation of color #6A2234: hue angle of 345º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A2234 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 34 | 52 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.58 |
| HSL | 345º | 0.51% | 0.27% | - |
| HSV(B) | 345º | 0.68% | 0.42% | - |
| XYZ | 7.14 | 4.46 | 3.73 | - |
| YUV | 57.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 34 | 52 | 0 | 0.68 | 0.51 | 0.58 | 345 | 0.51 | 0.27 |
| Hex | 6A | 22 | 34 | 0 | 44 | 33 | 3A | 159 | 33 | 1B |
| Octal | 152 | 42 | 64 | 0 | 104 | 63 | 72 | 531 | 63 | 33 |
| Binary | 1101010 | 100010 | 110100 | 0 | 1000100 | 110011 | 111010 | 101011001 | 110011 | 11011 |
Color Harmonies of #6A2234
Complementary color
Monochromatic Colors of #6A2234
Black with #6A2234
Text Example
Text Example
White with #6A2234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2234; }
p { color: rgb(106,34,52); }
H1.HeaderClassName
{
color: #6A2234;
}
.AnyTagClassName
{
color: #6A2234;
}
</style>
background-color css
<style>
a { background-color: #6A2234; }
a { background-color: rgb(106,34,52); }
div.DivClassName
{
background-color: #6A2234;
}
.BgClassName
{
background-color: #6A2234;
}
</style>
border-color css
<style>
span { border-color: #6A2234; }
span { border-color: rgb(106,34,52); }
td.TdClassName
{
border-color: #6A2234;
}
.TagClassName
{
border-color: #6A2234;
}
</style>