Shades of Claret #6F1B34
Tints of Claret #6F1B34
RGB
CMYK
RGB Variations
Color information
#6F1B34 (or 0x6F1B34) is known color: Claret. HEX triplet: 6F, 1B and 34. RGB value is (111,27,52). Sum of RGB (Red+Green+Blue) = 111+27+52=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1B34 is #90E4CB. Grayscale: #363636. Windows color (decimal): -9495756 or 3414895. OLE color: 3414895.
HSL color Cylindrical-coordinate representation of color #6F1B34: hue angle of 342.14º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1B34 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 52 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.56 |
| HSL | 342.14º | 0.61% | 0.27% | - |
| HSV(B) | 342.14º | 0.76% | 0.44% | - |
| XYZ | 7.57 | 4.41 | 3.7 | - |
| YUV | 54.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 52 | 0 | 0.76 | 0.53 | 0.56 | 342.14 | 0.61 | 0.27 |
| Hex | 6F | 1B | 34 | 0 | 4C | 35 | 38 | 156 | 3D | 1B |
| Octal | 157 | 33 | 64 | 0 | 114 | 65 | 70 | 526 | 75 | 33 |
| Binary | 1101111 | 11011 | 110100 | 0 | 1001100 | 110101 | 111000 | 101010110 | 111101 | 11011 |
Color Harmonies of #6F1B34
Complementary color
Monochromatic Colors of #6F1B34
Black with #6F1B34
Text Example
Text Example
White with #6F1B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B34; }
p { color: rgb(111,27,52); }
H1.HeaderClassName
{
color: #6F1B34;
}
.AnyTagClassName
{
color: #6F1B34;
}
</style>
background-color css
<style>
a { background-color: #6F1B34; }
a { background-color: rgb(111,27,52); }
div.DivClassName
{
background-color: #6F1B34;
}
.BgClassName
{
background-color: #6F1B34;
}
</style>
border-color css
<style>
span { border-color: #6F1B34; }
span { border-color: rgb(111,27,52); }
td.TdClassName
{
border-color: #6F1B34;
}
.TagClassName
{
border-color: #6F1B34;
}
</style>