Html Css Color HEX #9D4D4B Copper Rust

📋 copy color: '#9D4D4B'

red 157 ◦ green 77 ◦ blue 75

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

Shades of Copper Rust #9D4D4B

Tints of Copper Rust #9D4D4B

RGB

 RED value IS 157 (61.72% from 255) = 50.81%

 GREEN value IS 77 (30.47% from 255) = 24.92%

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 50.81%
G = 24.92%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9D4D4B (or 0x9D4D4B) is known color: Copper Rust. HEX triplet: 9D, 4D and 4B. RGB value is (157,77,75). Sum of RGB (Red+Green+Blue) = 157+77+75=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D4D4B is #62B2B4. Grayscale: #646464. Windows color (decimal): -6468277 or 4935069. OLE color: 4935069.

HSL color Cylindrical-coordinate representation of color #9D4D4B: hue angle of 1.46º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4D4B is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 77 75 -
CMYK 0 0.51 0.52 0.38
HSL 1.46º 0.35% 0.45% -
HSV(B) 1.46º 0.52% 0.62% -
XYZ 17.83 12.98 8.22 -
YUV 100.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 157 77 75 0 0.51 0.52 0.38 1.46 0.35 0.45
Hex 9D 4D 4B 0 33 34 26 1 23 2D
Octal 235 115 113 0 63 64 46 1 43 55
Binary 10011101 1001101 1001011 0 110011 110100 100110 1 100011 101101

Color Harmonies of #9D4D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4D4B

Black with #9D4D4B

Text Example


Text Example

White with #9D4D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D4D4B; }

 p { color: rgb(157,77,75); }

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

background-color css

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

 a { background-color: rgb(157,77,75); }

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

border-color css

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

 span { border-color: rgb(157,77,75); }

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