Html Css Color HEX #80441C Russet

📋 copy color: '#80441C'

red 128 ◦ green 68 ◦ blue 28

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

Shades of Russet #80441C

Tints of Russet #80441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.5%

R = 57.14%
G = 30.36%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80441C (or 0x80441C) is known color: Russet. HEX triplet: 80, 44 and 1C. RGB value is (128,68,28). Sum of RGB (Red+Green+Blue) = 128+68+28=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80441C is #7FBBE3. Grayscale: #515151. Windows color (decimal): -8371172 or 1852544. OLE color: 1852544.

HSL color Cylindrical-coordinate representation of color #80441C: hue angle of 24º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80441C is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 28 -
CMYK 0 0.47 0.78 0.50
HSL 24º 0.64% 0.31% -
HSV(B) 24º 0.78% 0.5% -
XYZ 11.18 8.81 2.21 -
YUV 81.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 128 68 28 0 0.47 0.78 0.50 24 0.64 0.31
Hex 80 44 1C 0 2F 4E 32 18 40 1F
Octal 200 104 34 0 57 116 62 30 100 37
Binary 10000000 1000100 11100 0 101111 1001110 110010 11000 1000000 11111

Color Harmonies of #80441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80441C

Black with #80441C

Text Example


Text Example

White with #80441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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