#945151

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

Shades of Copper Rust #945151

Tints of Copper Rust #945151

Color information

#945151 (or 0x945151) is unknown color: approx Copper Rust. HEX triplet: 94, 51 and 51. RGB value is (148,81,81). Sum of RGB (Red+Green+Blue) = 148+81+81=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #945151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945151 is #6BAEAE. Grayscale: #656565. Windows color (decimal): -7057071 or 5329300. OLE color: 5329300.

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

Color convert

RGB1488181-
CMYK00.450.450.42
HSL29.26%44.9%-
HSV(B)45.27%58.04%-
XYZ16.6412.779.37-
YUV101.03116.7161.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.74%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=47.74%
G=26.13%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148818100.450.450.42029.2644.9
Hex94515102D2D2A01d2d
Octal224121121055555203555
Binary10010100101000110100010101101101101101010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945151; }

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

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

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

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

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

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

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

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