Shades of Claret #691B33
Tints of Claret #691B33
RGB
CMYK
RGB Variations
Color information
#691B33 (or 0x691B33) is known color: Claret. HEX triplet: 69, 1B and 33. RGB value is (105,27,51). Sum of RGB (Red+Green+Blue) = 105+27+51=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #691B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691B33 is #96E4CC. Grayscale: #353535. Windows color (decimal): -9888973 or 3349353. OLE color: 3349353.
HSL color Cylindrical-coordinate representation of color #691B33: hue angle of 341.54º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B33 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 51 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.59 |
| HSL | 341.54º | 0.59% | 0.26% | - |
| HSV(B) | 341.54º | 0.74% | 0.41% | - |
| XYZ | 6.82 | 4.03 | 3.55 | - |
| YUV | 53.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 51 | 0 | 0.74 | 0.51 | 0.59 | 341.54 | 0.59 | 0.26 |
| Hex | 69 | 1B | 33 | 0 | 4A | 33 | 3B | 156 | 3B | 1A |
| Octal | 151 | 33 | 63 | 0 | 112 | 63 | 73 | 526 | 73 | 32 |
| Binary | 1101001 | 11011 | 110011 | 0 | 1001010 | 110011 | 111011 | 101010110 | 111011 | 11010 |
Color Harmonies of #691B33
Complementary color
Monochromatic Colors of #691B33
Black with #691B33
Text Example
Text Example
White with #691B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B33; }
p { color: rgb(105,27,51); }
H1.HeaderClassName
{
color: #691B33;
}
.AnyTagClassName
{
color: #691B33;
}
</style>
background-color css
<style>
a { background-color: #691B33; }
a { background-color: rgb(105,27,51); }
div.DivClassName
{
background-color: #691B33;
}
.BgClassName
{
background-color: #691B33;
}
</style>
border-color css
<style>
span { border-color: #691B33; }
span { border-color: rgb(105,27,51); }
td.TdClassName
{
border-color: #691B33;
}
.TagClassName
{
border-color: #691B33;
}
</style>