Html Css Color HEX #964949 Copper Rust

📋 copy color: '#964949'

red 150 ◦ green 73 ◦ blue 73

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

Shades of Copper Rust #964949

Tints of Copper Rust #964949

RGB

 RED value IS 150 (58.98% from 255) = 50.68%

 GREEN value IS 73 (28.91% from 255) = 24.66%

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 50.68%
G = 24.66%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#964949 (or 0x964949) is known color: Copper Rust. HEX triplet: 96, 49 and 49. RGB value is (150,73,73). Sum of RGB (Red+Green+Blue) = 150+73+73=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #964949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964949 is #69B6B6. Grayscale: #606060. Windows color (decimal): -6928055 or 4802966. OLE color: 4802966.

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

Color convert

RGB 150 73 73 -
CMYK 0 0.51 0.51 0.41
HSL 0.35% 0.44% -
HSV(B) 0.51% 0.59% -
XYZ 16.16 11.73 7.72 -
YUV 96.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 150 73 73 0 0.51 0.51 0.41 0 0.35 0.44
Hex 96 49 49 0 33 33 29 0 23 2C
Octal 226 111 111 0 63 63 51 0 43 54
Binary 10010110 1001001 1001001 0 110011 110011 101001 0 100011 101100

Color Harmonies of #964949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964949

Black with #964949

Text Example


Text Example

White with #964949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964949; }

 p { color: rgb(150,73,73); }

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

background-color css

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

 a { background-color: rgb(150,73,73); }

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

border-color css

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

 span { border-color: rgb(150,73,73); }

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