Shades of Claret #6A2330
Tints of Claret #6A2330
RGB
CMYK
RGB Variations
Color information
#6A2330 (or 0x6A2330) is known color: Claret. HEX triplet: 6A, 23 and 30. RGB value is (106,35,48). Sum of RGB (Red+Green+Blue) = 106+35+48=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2330 is #95DCCF. Grayscale: #393939. Windows color (decimal): -9821392 or 3154794. OLE color: 3154794.
HSL color Cylindrical-coordinate representation of color #6A2330: hue angle of 349.01º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2330 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 35 | 48 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.58 |
| HSL | 349.01º | 0.5% | 0.28% | - |
| HSV(B) | 349.01º | 0.67% | 0.42% | - |
| XYZ | 7.08 | 4.48 | 3.29 | - |
| YUV | 57.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 35 | 48 | 0 | 0.67 | 0.55 | 0.58 | 349.01 | 0.5 | 0.28 |
| Hex | 6A | 23 | 30 | 0 | 43 | 37 | 3A | 15D | 32 | 1C |
| Octal | 152 | 43 | 60 | 0 | 103 | 67 | 72 | 535 | 62 | 34 |
| Binary | 1101010 | 100011 | 110000 | 0 | 1000011 | 110111 | 111010 | 101011101 | 110010 | 11100 |
Color Harmonies of #6A2330
Complementary color
Monochromatic Colors of #6A2330
Black with #6A2330
Text Example
Text Example
White with #6A2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2330; }
p { color: rgb(106,35,48); }
H1.HeaderClassName
{
color: #6A2330;
}
.AnyTagClassName
{
color: #6A2330;
}
</style>
background-color css
<style>
a { background-color: #6A2330; }
a { background-color: rgb(106,35,48); }
div.DivClassName
{
background-color: #6A2330;
}
.BgClassName
{
background-color: #6A2330;
}
</style>
border-color css
<style>
span { border-color: #6A2330; }
span { border-color: rgb(106,35,48); }
td.TdClassName
{
border-color: #6A2330;
}
.TagClassName
{
border-color: #6A2330;
}
</style>