Shades of Claret #671B2E
Tints of Claret #671B2E
RGB
CMYK
RGB Variations
Color information
#671B2E (or 0x671B2E) is known color: Claret. HEX triplet: 67, 1B and 2E. RGB value is (103,27,46). Sum of RGB (Red+Green+Blue) = 103+27+46=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #671B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B2E is #98E4D1. Grayscale: #333333. Windows color (decimal): -10020050 or 3021671. OLE color: 3021671.
HSL color Cylindrical-coordinate representation of color #671B2E: hue angle of 345º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #671B2E is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 27 | 46 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.60 |
| HSL | 345º | 0.58% | 0.25% | - |
| HSV(B) | 345º | 0.74% | 0.4% | - |
| XYZ | 6.48 | 3.86 | 2.99 | - |
| YUV | 51.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 46 | 0 | 0.74 | 0.55 | 0.60 | 345 | 0.58 | 0.25 |
| Hex | 67 | 1B | 2E | 0 | 4A | 37 | 3C | 159 | 3A | 19 |
| Octal | 147 | 33 | 56 | 0 | 112 | 67 | 74 | 531 | 72 | 31 |
| Binary | 1100111 | 11011 | 101110 | 0 | 1001010 | 110111 | 111100 | 101011001 | 111010 | 11001 |
Color Harmonies of #671B2E
Complementary color
Monochromatic Colors of #671B2E
Black with #671B2E
Text Example
Text Example
White with #671B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671B2E; }
p { color: rgb(103,27,46); }
H1.HeaderClassName
{
color: #671B2E;
}
.AnyTagClassName
{
color: #671B2E;
}
</style>
background-color css
<style>
a { background-color: #671B2E; }
a { background-color: rgb(103,27,46); }
div.DivClassName
{
background-color: #671B2E;
}
.BgClassName
{
background-color: #671B2E;
}
</style>
border-color css
<style>
span { border-color: #671B2E; }
span { border-color: rgb(103,27,46); }
td.TdClassName
{
border-color: #671B2E;
}
.TagClassName
{
border-color: #671B2E;
}
</style>