Html Css Color HEX #80442A Copper Canyon

📋 copy color: '#80442A'

red 128 ◦ green 68 ◦ blue 42

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

Shades of Copper Canyon #80442A

Tints of Copper Canyon #80442A

RGB

 RED value IS 128 (50.39% from 255) = 53.78%

 GREEN value IS 68 (26.95% from 255) = 28.57%

 BLUE value IS 42 (16.8% from 255) = 17.65%

R = 53.78%
G = 28.57%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80442A (or 0x80442A) is known color: Copper Canyon. HEX triplet: 80, 44 and 2A. RGB value is (128,68,42). Sum of RGB (Red+Green+Blue) = 128+68+42=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80442A is #7FBBD5. Grayscale: #535353. Windows color (decimal): -8371158 or 2770048. OLE color: 2770048.

HSL color Cylindrical-coordinate representation of color #80442A: hue angle of 18.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80442A is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 42 -
CMYK 0 0.47 0.67 0.50
HSL 18.14º 0.51% 0.33% -
HSV(B) 18.14º 0.67% 0.5% -
XYZ 11.39 8.89 3.31 -
YUV 82.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 128 68 42 0 0.47 0.67 0.50 18.14 0.51 0.33
Hex 80 44 2A 0 2F 43 32 12 33 21
Octal 200 104 52 0 57 103 62 22 63 41
Binary 10000000 1000100 101010 0 101111 1000011 110010 10010 110011 100001

Color Harmonies of #80442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80442A

Black with #80442A

Text Example


Text Example

White with #80442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,68,42); }

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

background-color css

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

 a { background-color: rgb(128,68,42); }

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

border-color css

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

 span { border-color: rgb(128,68,42); }

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