Shades of Claret #6F2638
Tints of Claret #6F2638
RGB
CMYK
RGB Variations
Color information
#6F2638 (or 0x6F2638) is known color: Claret. HEX triplet: 6F, 26 and 38. RGB value is (111,38,56). Sum of RGB (Red+Green+Blue) = 111+38+56=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2638 is #90D9C7. Grayscale: #3D3D3D. Windows color (decimal): -9492936 or 3679855. OLE color: 3679855.
HSL color Cylindrical-coordinate representation of color #6F2638: hue angle of 345.21º 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 #6F2638 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 56 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.56 |
| HSL | 345.21º | 0.49% | 0.29% | - |
| HSV(B) | 345.21º | 0.66% | 0.44% | - |
| XYZ | 7.96 | 5.05 | 4.3 | - |
| YUV | 61.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 56 | 0 | 0.66 | 0.50 | 0.56 | 345.21 | 0.49 | 0.29 |
| Hex | 6F | 26 | 38 | 0 | 42 | 32 | 38 | 159 | 31 | 1D |
| Octal | 157 | 46 | 70 | 0 | 102 | 62 | 70 | 531 | 61 | 35 |
| Binary | 1101111 | 100110 | 111000 | 0 | 1000010 | 110010 | 111000 | 101011001 | 110001 | 11101 |
Color Harmonies of #6F2638
Complementary color
Monochromatic Colors of #6F2638
Black with #6F2638
Text Example
Text Example
White with #6F2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2638; }
p { color: rgb(111,38,56); }
H1.HeaderClassName
{
color: #6F2638;
}
.AnyTagClassName
{
color: #6F2638;
}
</style>
background-color css
<style>
a { background-color: #6F2638; }
a { background-color: rgb(111,38,56); }
div.DivClassName
{
background-color: #6F2638;
}
.BgClassName
{
background-color: #6F2638;
}
</style>
border-color css
<style>
span { border-color: #6F2638; }
span { border-color: rgb(111,38,56); }
td.TdClassName
{
border-color: #6F2638;
}
.TagClassName
{
border-color: #6F2638;
}
</style>