Shades of Claret #6F1B32
Tints of Claret #6F1B32
RGB
CMYK
RGB Variations
Color information
#6F1B32 (or 0x6F1B32) is known color: Claret. HEX triplet: 6F, 1B and 32. RGB value is (111,27,50). Sum of RGB (Red+Green+Blue) = 111+27+50=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1B32 is #90E4CD. Grayscale: #363636. Windows color (decimal): -9495758 or 3283823. OLE color: 3283823.
HSL color Cylindrical-coordinate representation of color #6F1B32: hue angle of 343.57º 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 #6F1B32 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 50 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.56 |
| HSL | 343.57º | 0.61% | 0.27% | - |
| HSV(B) | 343.57º | 0.76% | 0.44% | - |
| XYZ | 7.52 | 4.39 | 3.47 | - |
| YUV | 54.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 50 | 0 | 0.76 | 0.55 | 0.56 | 343.57 | 0.61 | 0.27 |
| Hex | 6F | 1B | 32 | 0 | 4C | 37 | 38 | 158 | 3D | 1B |
| Octal | 157 | 33 | 62 | 0 | 114 | 67 | 70 | 530 | 75 | 33 |
| Binary | 1101111 | 11011 | 110010 | 0 | 1001100 | 110111 | 111000 | 101011000 | 111101 | 11011 |
Color Harmonies of #6F1B32
Complementary color
Monochromatic Colors of #6F1B32
Black with #6F1B32
Text Example
Text Example
White with #6F1B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B32; }
p { color: rgb(111,27,50); }
H1.HeaderClassName
{
color: #6F1B32;
}
.AnyTagClassName
{
color: #6F1B32;
}
</style>
background-color css
<style>
a { background-color: #6F1B32; }
a { background-color: rgb(111,27,50); }
div.DivClassName
{
background-color: #6F1B32;
}
.BgClassName
{
background-color: #6F1B32;
}
</style>
border-color css
<style>
span { border-color: #6F1B32; }
span { border-color: rgb(111,27,50); }
td.TdClassName
{
border-color: #6F1B32;
}
.TagClassName
{
border-color: #6F1B32;
}
</style>