#C55139

Color #C55139 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #C55139

Tints of Grenadier #C55139

Color information

#C55139 (or 0xC55139) is unknown color: approx Grenadier. HEX triplet: C5, 51 and 39. RGB value is (197,81,57). Sum of RGB (Red+Green+Blue) = 197+81+57=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C55139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55139 is #3AAEC6. Grayscale: #717171. Windows color (decimal): -3845831 or 3756485. OLE color: 3756485.

HSL color Cylindrical-coordinate representation of color #C55139: hue angle of 10.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C55139 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB1978157-
CMYK00.590.710.23
HSL10.29º55.12%49.8%-
HSV(B)10.29º71.07%77.25%-
XYZ26.7118.055.95-
YUV112.9596.43187.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 58.81%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 57 (22.66% from 255) = 17.01%
R=58.81%
G=24.18%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197815700.590.710.2310.2955.1249.8
HexC5513903B4717a3732
Octal3051217107310727126762
Binary11000101101000111100101110111000111101111010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55139; }

 p { color: rgb(197,81,57); }

 H1.HeaderClassName
 {
   color: #C55139;
 }
 .AnyTagClassName
 {
   color: #C55139;
 }
</style>
background-color css

<style>
 a { background-color: #C55139; }

 a { background-color: rgb(197,81,57); }

 div.DivClassName
 {
   background-color: #C55139;
 }
 .BgClassName
 {
   background-color: #C55139;
 }
</style>
border-color css

<style>
 span { border-color: #C55139; }

 span { border-color: rgb(197,81,57); }

 td.TdClassName
 {
   border-color: #C55139;
 }
 .TagClassName
 {
   border-color: #C55139;
 }
</style>