Html Css Color HEX #995150 Copper Rust

📋 copy color: '#995150'

red 153 ◦ green 81 ◦ blue 80

#995150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Rust #995150

Tints of Copper Rust #995150

RGB

 RED value IS 153 (60.16% from 255) = 48.73%

 GREEN value IS 81 (32.03% from 255) = 25.8%

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 48.73%
G = 25.8%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#995150 (or 0x995150) is known color: Copper Rust. HEX triplet: 99, 51 and 50. RGB value is (153,81,80). Sum of RGB (Red+Green+Blue) = 153+81+80=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #995150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995150 is #66AEAF. Grayscale: #666666. Windows color (decimal): -6729392 or 5263769. OLE color: 5263769.

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

Color convert

RGB 153 81 80 -
CMYK 0 0.47 0.48 0.4
HSL 0.82º 0.31% 0.46% -
HSV(B) 0.82º 0.48% 0.6% -
XYZ 17.53 13.24 9.22 -
YUV 102.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 153 81 80 0 0.47 0.48 0.4 0.82 0.31 0.46
Hex 99 51 50 0 2F 30 28 1 1F 2E
Octal 231 121 120 0 57 60 50 1 37 56
Binary 10011001 1010001 1010000 0 101111 110000 101000 1 11111 101110

Color Harmonies of #995150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995150

Black with #995150

Text Example


Text Example

White with #995150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995150; }

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

 H1.HeaderClassName
 {
   color: #995150;
 }
 .AnyTagClassName
 {
   color: #995150;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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