#80412A

Color #80412A Copper Canyon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Canyon #80412A

Tints of Copper Canyon #80412A

Color information

#80412A (or 0x80412A) is unknown color: approx Copper Canyon. HEX triplet: 80, 41 and 2A. RGB value is (128,65,42). Sum of RGB (Red+Green+Blue) = 128+65+42=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #80412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80412A is #7FBED5. Grayscale: #515151. Windows color (decimal): -8371926 or 2769280. OLE color: 2769280.

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

Color convert

RGB1286542-
CMYK00.490.670.50
HSL16.05º50.59%33.33%-
HSV(B)16.05º67.19%50.2%-
XYZ11.218.543.25-
YUV81.21105.87161.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.47%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=54.47%
G=27.66%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128654200.490.670.5016.0550.5933.33
Hex80412A0314332103321
Octal2001015206110362206341
Binary1000000010000011010100110001100001111001010000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80412A;
 }
 .AnyTagClassName
 {
   color: #80412A;
 }
</style>
background-color css

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

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

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

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

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

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