Html Css Color HEX #975252 Copper Rust

📋 copy color: '#975252'

red 151 ◦ green 82 ◦ blue 82

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

Shades of Copper Rust #975252

Tints of Copper Rust #975252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.03%

 BLUE value IS 82 (32.42% from 255) = 26.03%

R = 47.94%
G = 26.03%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#975252 (or 0x975252) is known color: Copper Rust. HEX triplet: 97, 52 and 52. RGB value is (151,82,82). Sum of RGB (Red+Green+Blue) = 151+82+82=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #975252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975252 is #68ADAD. Grayscale: #666666. Windows color (decimal): -6860206 or 5395095. OLE color: 5395095.

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

Color convert

RGB 151 82 82 -
CMYK 0 0.46 0.46 0.41
HSL 0.3% 0.46% -
HSV(B) 0.46% 0.59% -
XYZ 17.3 13.22 9.62 -
YUV 102.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 151 82 82 0 0.46 0.46 0.41 0 0.3 0.46
Hex 97 52 52 0 2E 2E 29 0 1E 2E
Octal 227 122 122 0 56 56 51 0 36 56
Binary 10010111 1010010 1010010 0 101110 101110 101001 0 11110 101110

Color Harmonies of #975252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975252

Black with #975252

Text Example


Text Example

White with #975252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975252; }

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

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

background-color css

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

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

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

border-color css

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

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

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