Html Css Color HEX #80441A Russet

📋 copy color: '#80441A'

red 128 ◦ green 68 ◦ blue 26

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

Shades of Russet #80441A

Tints of Russet #80441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.63%

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

R = 57.66%
G = 30.63%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#80441A (or 0x80441A) is known color: Russet. HEX triplet: 80, 44 and 1A. RGB value is (128,68,26). Sum of RGB (Red+Green+Blue) = 128+68+26=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80441A is #7FBBE5. Grayscale: #515151. Windows color (decimal): -8371174 or 1721472. OLE color: 1721472.

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

Color convert

RGB 128 68 26 -
CMYK 0 0.47 0.80 0.50
HSL 24.71º 0.66% 0.3% -
HSV(B) 24.71º 0.8% 0.5% -
XYZ 11.16 8.8 2.09 -
YUV 81.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 128 68 26 0 0.47 0.80 0.50 24.71 0.66 0.3
Hex 80 44 1A 0 2F 50 32 19 42 1E
Octal 200 104 32 0 57 120 62 31 102 36
Binary 10000000 1000100 11010 0 101111 1010000 110010 11001 1000010 11110

Color Harmonies of #80441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80441A

Black with #80441A

Text Example


Text Example

White with #80441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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