#975151

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

Shades of Copper Rust #975151

Tints of Copper Rust #975151

Color information

#975151 (or 0x975151) is unknown color: approx Copper Rust. HEX triplet: 97, 51 and 51. RGB value is (151,81,81). Sum of RGB (Red+Green+Blue) = 151+81+81=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #975151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975151 is #68AEAE. Grayscale: #666666. Windows color (decimal): -6860463 or 5329303. OLE color: 5329303.

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

Color convert

RGB1518181-
CMYK00.460.460.41
HSL30.17%45.49%-
HSV(B)46.36%59.22%-
XYZ17.1913.069.4-
YUV101.93116.19163-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=48.24%
G=25.88%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151818100.460.460.41030.1745.49
Hex97515102E2E2901e2d
Octal227121121056565103655
Binary10010111101000110100010101110101110101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975151; }

 p { color: rgb(151,81,81); }

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

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

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

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

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

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

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