#C54940

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

Shades of Sunset #C54940

Tints of Sunset #C54940

Color information

#C54940 (or 0xC54940) is unknown color: approx Sunset. HEX triplet: C5, 49 and 40. RGB value is (197,73,64). Sum of RGB (Red+Green+Blue) = 197+73+64=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C54940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54940 is #3AB6BF. Grayscale: #6D6D6D. Windows color (decimal): -3847872 or 4213189. OLE color: 4213189.

HSL color Cylindrical-coordinate representation of color #C54940: hue angle of 4.06º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54940 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1977364-
CMYK00.630.680.23
HSL4.06º53.41%51.18%-
HSV(B)4.06º67.51%77.25%-
XYZ26.3317.016.74-
YUV109.05102.58190.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.98%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=58.98%
G=21.86%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197736400.630.680.234.0653.4151.18
HexC5494003F441743533
Octal3051111000771042746563
Binary11000101100100110000000111111100010010111100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54940; }

 p { color: rgb(197,73,64); }

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

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

 a { background-color: rgb(197,73,64); }

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

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

 span { border-color: rgb(197,73,64); }

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