Shades of Claret #671A32
Tints of Claret #671A32
RGB
CMYK
RGB Variations
Color information
#671A32 (or 0x671A32) is known color: Claret. HEX triplet: 67, 1A and 32. RGB value is (103,26,50). Sum of RGB (Red+Green+Blue) = 103+26+50=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #671A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A32 is #98E5CD. Grayscale: #333333. Windows color (decimal): -10020302 or 3283559. OLE color: 3283559.
HSL color Cylindrical-coordinate representation of color #671A32: hue angle of 341.3º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671A32 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 26 | 50 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.60 |
| HSL | 341.3º | 0.6% | 0.25% | - |
| HSV(B) | 341.3º | 0.75% | 0.4% | - |
| XYZ | 6.54 | 3.85 | 3.42 | - |
| YUV | 51.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 50 | 0 | 0.75 | 0.51 | 0.60 | 341.3 | 0.6 | 0.25 |
| Hex | 67 | 1A | 32 | 0 | 4B | 33 | 3C | 155 | 3C | 19 |
| Octal | 147 | 32 | 62 | 0 | 113 | 63 | 74 | 525 | 74 | 31 |
| Binary | 1100111 | 11010 | 110010 | 0 | 1001011 | 110011 | 111100 | 101010101 | 111100 | 11001 |
Color Harmonies of #671A32
Complementary color
Monochromatic Colors of #671A32
Black with #671A32
Text Example
Text Example
White with #671A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A32; }
p { color: rgb(103,26,50); }
H1.HeaderClassName
{
color: #671A32;
}
.AnyTagClassName
{
color: #671A32;
}
</style>
background-color css
<style>
a { background-color: #671A32; }
a { background-color: rgb(103,26,50); }
div.DivClassName
{
background-color: #671A32;
}
.BgClassName
{
background-color: #671A32;
}
</style>
border-color css
<style>
span { border-color: #671A32; }
span { border-color: rgb(103,26,50); }
td.TdClassName
{
border-color: #671A32;
}
.TagClassName
{
border-color: #671A32;
}
</style>