Html Css Color HEX #975150 Copper Rust

📋 copy color: '#975150'

red 151 ◦ green 81 ◦ blue 80

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

Shades of Copper Rust #975150

Tints of Copper Rust #975150

RGB

 RED value IS 151 (59.38% from 255) = 48.4%

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

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

R = 48.4%
G = 25.96%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#975150 (or 0x975150) is known color: Copper Rust. HEX triplet: 97, 51 and 50. RGB value is (151,81,80). Sum of RGB (Red+Green+Blue) = 151+81+80=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #975150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975150 is #68AEAF. Grayscale: #656565. Windows color (decimal): -6860464 or 5263767. OLE color: 5263767.

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

Color convert

RGB 151 81 80 -
CMYK 0 0.46 0.47 0.41
HSL 0.85º 0.31% 0.45% -
HSV(B) 0.85º 0.47% 0.59% -
XYZ 17.15 13.04 9.2 -
YUV 101.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 151 81 80 0 0.46 0.47 0.41 0.85 0.31 0.45
Hex 97 51 50 0 2E 2F 29 1 1F 2D
Octal 227 121 120 0 56 57 51 1 37 55
Binary 10010111 1010001 1010000 0 101110 101111 101001 1 11111 101101

Color Harmonies of #975150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975150

Black with #975150

Text Example


Text Example

White with #975150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975150; }

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

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

background-color css

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

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

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

border-color css

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

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

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