#C34840

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

Shades of Sunset #C34840

Tints of Sunset #C34840

Color information

#C34840 (or 0xC34840) is unknown color: approx Sunset. HEX triplet: C3, 48 and 40. RGB value is (195,72,64). Sum of RGB (Red+Green+Blue) = 195+72+64=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C34840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34840 is #3CB7BF. Grayscale: #6C6C6C. Windows color (decimal): -3979200 or 4212931. OLE color: 4212931.

HSL color Cylindrical-coordinate representation of color #C34840: hue angle of 3.66º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34840 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1957264-
CMYK00.630.670.24
HSL3.66º52.19%50.78%-
HSV(B)3.66º67.18%76.47%-
XYZ25.7516.616.7-
YUV107.86103.25190.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.91%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=58.91%
G=21.75%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195726400.630.670.243.6652.1950.78
HexC3484003F431843433
Octal3031101000771033046463
Binary11000011100100010000000111111100001111000100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34840; }

 p { color: rgb(195,72,64); }

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

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

 a { background-color: rgb(195,72,64); }

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

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

 span { border-color: rgb(195,72,64); }

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