Shades of Claret #6F1E35
Tints of Claret #6F1E35
RGB
CMYK
RGB Variations
Color information
#6F1E35 (or 0x6F1E35) is known color: Claret. HEX triplet: 6F, 1E and 35. RGB value is (111,30,53). Sum of RGB (Red+Green+Blue) = 111+30+53=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E35 is #90E1CA. Grayscale: #383838. Windows color (decimal): -9494987 or 3481199. OLE color: 3481199.
HSL color Cylindrical-coordinate representation of color #6F1E35: hue angle of 342.96º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E35 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 53 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.56 |
| HSL | 342.96º | 0.57% | 0.28% | - |
| HSV(B) | 342.96º | 0.73% | 0.44% | - |
| XYZ | 7.66 | 4.57 | 3.85 | - |
| YUV | 56.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 53 | 0 | 0.73 | 0.52 | 0.56 | 342.96 | 0.57 | 0.28 |
| Hex | 6F | 1E | 35 | 0 | 49 | 34 | 38 | 157 | 39 | 1C |
| Octal | 157 | 36 | 65 | 0 | 111 | 64 | 70 | 527 | 71 | 34 |
| Binary | 1101111 | 11110 | 110101 | 0 | 1001001 | 110100 | 111000 | 101010111 | 111001 | 11100 |
Color Harmonies of #6F1E35
Complementary color
Monochromatic Colors of #6F1E35
Black with #6F1E35
Text Example
Text Example
White with #6F1E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E35; }
p { color: rgb(111,30,53); }
H1.HeaderClassName
{
color: #6F1E35;
}
.AnyTagClassName
{
color: #6F1E35;
}
</style>
background-color css
<style>
a { background-color: #6F1E35; }
a { background-color: rgb(111,30,53); }
div.DivClassName
{
background-color: #6F1E35;
}
.BgClassName
{
background-color: #6F1E35;
}
</style>
border-color css
<style>
span { border-color: #6F1E35; }
span { border-color: rgb(111,30,53); }
td.TdClassName
{
border-color: #6F1E35;
}
.TagClassName
{
border-color: #6F1E35;
}
</style>