Shades of Grenadier #C1523D
Tints of Grenadier #C1523D
RGB
CMYK
RGB Variations
Color information
#C1523D (or 0xC1523D) is known color: Grenadier. HEX triplet: C1, 52 and 3D. RGB value is (193,82,61). Sum of RGB (Red+Green+Blue) = 193+82+61=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1523D is #3EADC2. Grayscale: #707070. Windows color (decimal): -4107715 or 4018881. OLE color: 4018881.
HSL color Cylindrical-coordinate representation of color #C1523D: hue angle of 9.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1523D is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 61 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.24 |
| HSL | 9.55º | 0.52% | 0.5% | - |
| HSV(B) | 9.55º | 0.68% | 0.76% | - |
| XYZ | 25.85 | 17.71 | 6.47 | - |
| YUV | 112.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 61 | 0 | 0.58 | 0.68 | 0.24 | 9.55 | 0.52 | 0.5 |
| Hex | C1 | 52 | 3D | 0 | 3A | 44 | 18 | A | 34 | 32 |
| Octal | 301 | 122 | 75 | 0 | 72 | 104 | 30 | 12 | 64 | 62 |
| Binary | 11000001 | 1010010 | 111101 | 0 | 111010 | 1000100 | 11000 | 1010 | 110100 | 110010 |
Color Harmonies of #C1523D
Complementary color
Monochromatic Colors of #C1523D
Black with #C1523D
Text Example
Text Example
White with #C1523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1523D; }
p { color: rgb(193,82,61); }
H1.HeaderClassName
{
color: #C1523D;
}
.AnyTagClassName
{
color: #C1523D;
}
</style>
background-color css
<style>
a { background-color: #C1523D; }
a { background-color: rgb(193,82,61); }
div.DivClassName
{
background-color: #C1523D;
}
.BgClassName
{
background-color: #C1523D;
}
</style>
border-color css
<style>
span { border-color: #C1523D; }
span { border-color: rgb(193,82,61); }
td.TdClassName
{
border-color: #C1523D;
}
.TagClassName
{
border-color: #C1523D;
}
</style>