#c54339

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

Shades of Grenadier #C54339

Tints of Grenadier #C54339

Color information

#C54339 (or 0xC54339) is unknown color: approx Grenadier. HEX triplet: C5, 43 and 39. RGB value is (197,67,57). Sum of RGB (Red+Green+Blue) = 197+67+57=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C54339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54339 is #3ABCC6. Grayscale: #686868. Windows color (decimal): -3849415 or 3752901. OLE color: 3752901.

HSL color Cylindrical-coordinate representation of color #C54339: hue angle of 4.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 #C54339 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB1976757-
CMYK00.660.710.23
HSL4.29º55.12%49.8%-
HSV(B)4.29º71.07%77.25%-
XYZ25.7716.185.64-
YUV104.73101.07193.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.37%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 57 (22.66% from 255) = 17.76%
R=61.37%
G=20.87%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197675700.660.710.234.2955.1249.8
HexC54339042471743732
Octal3051037101021072746762
Binary11000101100001111100101000010100011110111100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c54339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c54339; }

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

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

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

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

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

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

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

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