#915050

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

Shades of Copper Rust #915050

Tints of Copper Rust #915050

Color information

#915050 (or 0x915050) is unknown color: approx Copper Rust. HEX triplet: 91, 50 and 50. RGB value is (145,80,80). Sum of RGB (Red+Green+Blue) = 145+80+80=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #915050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915050 is #6EAFAF. Grayscale: #636363. Windows color (decimal): -7253936 or 5263505. OLE color: 5263505.

HSL color Cylindrical-coordinate representation of color #915050: hue angle of 0º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915050 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB1458080-
CMYK00.450.450.43
HSL28.89%44.12%-
HSV(B)44.83%56.86%-
XYZ15.9912.349.13-
YUV99.44117.03160.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.54%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=47.54%
G=26.23%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145808000.450.450.43028.8944.12
Hex91505002D2D2B01d2c
Octal221120120055555303554
Binary10010001101000010100000101101101101101011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915050; }

 p { color: rgb(145,80,80); }

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

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

 a { background-color: rgb(145,80,80); }

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

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

 span { border-color: rgb(145,80,80); }

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