Html Css Color HEX #71413A Metallic Copper

📋 copy color: '#71413A'

red 113 ◦ green 65 ◦ blue 58

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

Shades of Metallic Copper #71413A

Tints of Metallic Copper #71413A

RGB

 RED value IS 113 (44.53% from 255) = 47.88%

 GREEN value IS 65 (25.78% from 255) = 27.54%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 47.88%
G = 27.54%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71413A (or 0x71413A) is known color: Metallic Copper. HEX triplet: 71, 41 and 3A. RGB value is (113,65,58). Sum of RGB (Red+Green+Blue) = 113+65+58=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #71413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71413A is #8EBEC5. Grayscale: #4E4E4E. Windows color (decimal): -9354950 or 3817841. OLE color: 3817841.

HSL color Cylindrical-coordinate representation of color #71413A: hue angle of 7.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71413A is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 65 58 -
CMYK 0 0.42 0.49 0.56
HSL 7.64º 0.32% 0.34% -
HSV(B) 7.64º 0.49% 0.44% -
XYZ 9.46 7.6 4.97 -
YUV 78.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 113 65 58 0 0.42 0.49 0.56 7.64 0.32 0.34
Hex 71 41 3A 0 2A 31 38 8 20 22
Octal 161 101 72 0 52 61 70 10 40 42
Binary 1110001 1000001 111010 0 101010 110001 111000 1000 100000 100010

Color Harmonies of #71413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71413A

Black with #71413A

Text Example


Text Example

White with #71413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71413A; }

 p { color: rgb(113,65,58); }

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

background-color css

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

 a { background-color: rgb(113,65,58); }

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

border-color css

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

 span { border-color: rgb(113,65,58); }

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