Html Css Color HEX #80402B Copper Canyon

📋 copy color: '#80402B'

red 128 ◦ green 64 ◦ blue 43

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

Shades of Copper Canyon #80402B

Tints of Copper Canyon #80402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 54.47%
G = 27.23%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80402B (or 0x80402B) is known color: Copper Canyon. HEX triplet: 80, 40 and 2B. RGB value is (128,64,43). Sum of RGB (Red+Green+Blue) = 128+64+43=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #80402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80402B is #7FBFD4. Grayscale: #505050. Windows color (decimal): -8372181 or 2834560. OLE color: 2834560.

HSL color Cylindrical-coordinate representation of color #80402B: hue angle of 14.82º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80402B is Cyan = 0, Magento = 0.5, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 64 43 -
CMYK 0 0.5 0.66 0.50
HSL 14.82º 0.5% 0.34% -
HSV(B) 14.82º 0.66% 0.5% -
XYZ 11.17 8.43 3.32 -
YUV 80.74 106.7 161.71 -
System Red Green Blue C M Y K H S L
Decimal 128 64 43 0 0.5 0.66 0.50 14.82 0.5 0.34
Hex 80 40 2B 0 32 42 32 F 32 22
Octal 200 100 53 0 62 102 62 17 62 42
Binary 10000000 1000000 101011 0 110010 1000010 110010 1111 110010 100010

Color Harmonies of #80402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80402B

Black with #80402B

Text Example


Text Example

White with #80402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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