Html Css Color HEX #80402A Copper Canyon

📋 copy color: '#80402A'

red 128 ◦ green 64 ◦ blue 42

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

Shades of Copper Canyon #80402A

Tints of Copper Canyon #80402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

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

R = 54.7%
G = 27.35%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80402A (or 0x80402A) is known color: Copper Canyon. HEX triplet: 80, 40 and 2A. RGB value is (128,64,42). Sum of RGB (Red+Green+Blue) = 128+64+42=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #80402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80402A is #7FBFD5. Grayscale: #505050. Windows color (decimal): -8372182 or 2769024. OLE color: 2769024.

HSL color Cylindrical-coordinate representation of color #80402A: hue angle of 15.35º 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 #80402A is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 64 42 -
CMYK 0 0.5 0.67 0.50
HSL 15.35º 0.51% 0.33% -
HSV(B) 15.35º 0.67% 0.5% -
XYZ 11.15 8.42 3.23 -
YUV 80.63 106.2 161.79 -
System Red Green Blue C M Y K H S L
Decimal 128 64 42 0 0.5 0.67 0.50 15.35 0.51 0.33
Hex 80 40 2A 0 32 43 32 F 33 21
Octal 200 100 52 0 62 103 62 17 63 41
Binary 10000000 1000000 101010 0 110010 1000011 110010 1111 110011 100001

Color Harmonies of #80402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80402A

Black with #80402A

Text Example


Text Example

White with #80402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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