#995151

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

Shades of Copper Rust #995151

Tints of Copper Rust #995151

Color information

#995151 (or 0x995151) is unknown color: approx Copper Rust. HEX triplet: 99, 51 and 51. RGB value is (153,81,81). Sum of RGB (Red+Green+Blue) = 153+81+81=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #995151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995151 is #66AEAE. Grayscale: #666666. Windows color (decimal): -6729391 or 5329305. OLE color: 5329305.

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

Color convert

RGB1538181-
CMYK00.470.470.4
HSL30.77%45.88%-
HSV(B)47.06%60%-
XYZ17.5613.259.42-
YUV102.53115.85164-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=48.57%
G=25.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153818100.470.470.4030.7745.88
Hex99515102F2F2801f2e
Octal231121121057575003756
Binary10011001101000110100010101111101111101000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995151; }

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

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

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

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

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

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

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

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