Shades of Claret #6F2632
Tints of Claret #6F2632
RGB
CMYK
RGB Variations
Color information
#6F2632 (or 0x6F2632) is known color: Claret. HEX triplet: 6F, 26 and 32. RGB value is (111,38,50). Sum of RGB (Red+Green+Blue) = 111+38+50=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2632 is #90D9CD. Grayscale: #3D3D3D. Windows color (decimal): -9492942 or 3286639. OLE color: 3286639.
HSL color Cylindrical-coordinate representation of color #6F2632: hue angle of 350.14º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F2632 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 50 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.56 |
| HSL | 350.14º | 0.49% | 0.29% | - |
| HSV(B) | 350.14º | 0.66% | 0.44% | - |
| XYZ | 7.82 | 5 | 3.57 | - |
| YUV | 61.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 50 | 0 | 0.66 | 0.55 | 0.56 | 350.14 | 0.49 | 0.29 |
| Hex | 6F | 26 | 32 | 0 | 42 | 37 | 38 | 15E | 31 | 1D |
| Octal | 157 | 46 | 62 | 0 | 102 | 67 | 70 | 536 | 61 | 35 |
| Binary | 1101111 | 100110 | 110010 | 0 | 1000010 | 110111 | 111000 | 101011110 | 110001 | 11101 |
Color Harmonies of #6F2632
Complementary color
Monochromatic Colors of #6F2632
Black with #6F2632
Text Example
Text Example
White with #6F2632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2632; }
p { color: rgb(111,38,50); }
H1.HeaderClassName
{
color: #6F2632;
}
.AnyTagClassName
{
color: #6F2632;
}
</style>
background-color css
<style>
a { background-color: #6F2632; }
a { background-color: rgb(111,38,50); }
div.DivClassName
{
background-color: #6F2632;
}
.BgClassName
{
background-color: #6F2632;
}
</style>
border-color css
<style>
span { border-color: #6F2632; }
span { border-color: rgb(111,38,50); }
td.TdClassName
{
border-color: #6F2632;
}
.TagClassName
{
border-color: #6F2632;
}
</style>