Html Css Color HEX #80421F Russet

📋 copy color: '#80421F'

red 128 ◦ green 66 ◦ blue 31

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

Shades of Russet #80421F

Tints of Russet #80421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.78%

R = 56.89%
G = 29.33%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80421F (or 0x80421F) is known color: Russet. HEX triplet: 80, 42 and 1F. RGB value is (128,66,31). Sum of RGB (Red+Green+Blue) = 128+66+31=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80421F is #7FBDE0. Grayscale: #505050. Windows color (decimal): -8371681 or 2048640. OLE color: 2048640.

HSL color Cylindrical-coordinate representation of color #80421F: hue angle of 21.65º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80421F is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 31 -
CMYK 0 0.48 0.76 0.50
HSL 21.65º 0.61% 0.31% -
HSV(B) 21.65º 0.76% 0.5% -
XYZ 11.1 8.58 2.37 -
YUV 80.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 128 66 31 0 0.48 0.76 0.50 21.65 0.61 0.31
Hex 80 42 1F 0 30 4C 32 16 3D 1F
Octal 200 102 37 0 60 114 62 26 75 37
Binary 10000000 1000010 11111 0 110000 1001100 110010 10110 111101 11111

Color Harmonies of #80421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80421F

Black with #80421F

Text Example


Text Example

White with #80421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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