Html Css Color HEX #9F4F4B Copper Rust

📋 copy color: '#9F4F4B'

red 159 ◦ green 79 ◦ blue 75

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

Shades of Copper Rust #9F4F4B

Tints of Copper Rust #9F4F4B

RGB

 RED value IS 159 (62.5% from 255) = 50.8%

 GREEN value IS 79 (31.25% from 255) = 25.24%

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

R = 50.8%
G = 25.24%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F4F4B (or 0x9F4F4B) is known color: Copper Rust. HEX triplet: 9F, 4F and 4B. RGB value is (159,79,75). Sum of RGB (Red+Green+Blue) = 159+79+75=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4F4B is #60B0B4. Grayscale: #666666. Windows color (decimal): -6336693 or 4935583. OLE color: 4935583.

HSL color Cylindrical-coordinate representation of color #9F4F4B: hue angle of 2.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4F4B is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 79 75 -
CMYK 0 0.50 0.53 0.38
HSL 2.86º 0.36% 0.46% -
HSV(B) 2.86º 0.53% 0.62% -
XYZ 18.36 13.47 8.29 -
YUV 102.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 159 79 75 0 0.50 0.53 0.38 2.86 0.36 0.46
Hex 9F 4F 4B 0 32 35 26 3 24 2E
Octal 237 117 113 0 62 65 46 3 44 56
Binary 10011111 1001111 1001011 0 110010 110101 100110 11 100100 101110

Color Harmonies of #9F4F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4F4B

Black with #9F4F4B

Text Example


Text Example

White with #9F4F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,79,75); }

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

background-color css

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

 a { background-color: rgb(159,79,75); }

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

border-color css

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

 span { border-color: rgb(159,79,75); }

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