Html Css Color HEX #80421A Russet

📋 copy color: '#80421A'

red 128 ◦ green 66 ◦ blue 26

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

Shades of Russet #80421A

Tints of Russet #80421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30%

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 58.18%
G = 30%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80421A (or 0x80421A) is known color: Russet. HEX triplet: 80, 42 and 1A. RGB value is (128,66,26). Sum of RGB (Red+Green+Blue) = 128+66+26=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #80421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80421A is #7FBDE5. Grayscale: #505050. Windows color (decimal): -8371686 or 1720960. OLE color: 1720960.

HSL color Cylindrical-coordinate representation of color #80421A: hue angle of 23.53º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80421A is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 26 -
CMYK 0 0.48 0.80 0.50
HSL 23.53º 0.66% 0.3% -
HSV(B) 23.53º 0.8% 0.5% -
XYZ 11.04 8.56 2.05 -
YUV 79.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 128 66 26 0 0.48 0.80 0.50 23.53 0.66 0.3
Hex 80 42 1A 0 30 50 32 18 42 1E
Octal 200 102 32 0 60 120 62 30 102 36
Binary 10000000 1000010 11010 0 110000 1010000 110010 11000 1000010 11110

Color Harmonies of #80421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80421A

Black with #80421A

Text Example


Text Example

White with #80421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,66,26); }

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

background-color css

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

 a { background-color: rgb(128,66,26); }

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

border-color css

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

 span { border-color: rgb(128,66,26); }

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