Shades of Claret #6F2534
Tints of Claret #6F2534
RGB
CMYK
RGB Variations
Color information
#6F2534 (or 0x6F2534) is known color: Claret. HEX triplet: 6F, 25 and 34. RGB value is (111,37,52). Sum of RGB (Red+Green+Blue) = 111+37+52=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2534 is #90DACB. Grayscale: #3C3C3C. Windows color (decimal): -9493196 or 3417455. OLE color: 3417455.
HSL color Cylindrical-coordinate representation of color #6F2534: hue angle of 347.84º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2534 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 52 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.56 |
| HSL | 347.84º | 0.5% | 0.29% | - |
| HSV(B) | 347.84º | 0.67% | 0.44% | - |
| XYZ | 7.84 | 4.95 | 3.79 | - |
| YUV | 60.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 52 | 0 | 0.67 | 0.53 | 0.56 | 347.84 | 0.5 | 0.29 |
| Hex | 6F | 25 | 34 | 0 | 43 | 35 | 38 | 15C | 32 | 1D |
| Octal | 157 | 45 | 64 | 0 | 103 | 65 | 70 | 534 | 62 | 35 |
| Binary | 1101111 | 100101 | 110100 | 0 | 1000011 | 110101 | 111000 | 101011100 | 110010 | 11101 |
Color Harmonies of #6F2534
Complementary color
Monochromatic Colors of #6F2534
Black with #6F2534
Text Example
Text Example
White with #6F2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2534; }
p { color: rgb(111,37,52); }
H1.HeaderClassName
{
color: #6F2534;
}
.AnyTagClassName
{
color: #6F2534;
}
</style>
background-color css
<style>
a { background-color: #6F2534; }
a { background-color: rgb(111,37,52); }
div.DivClassName
{
background-color: #6F2534;
}
.BgClassName
{
background-color: #6F2534;
}
</style>
border-color css
<style>
span { border-color: #6F2534; }
span { border-color: rgb(111,37,52); }
td.TdClassName
{
border-color: #6F2534;
}
.TagClassName
{
border-color: #6F2534;
}
</style>