#804141

Color #804141 Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #804141

Tints of Red Robin #804141

Color information

#804141 (or 0x804141) is unknown color: approx Red Robin. HEX triplet: 80, 41 and 41. RGB value is (128,65,65). Sum of RGB (Red+Green+Blue) = 128+65+65=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #804141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804141 is #7FBEBE. Grayscale: #535353. Windows color (decimal): -8371903 or 4276608. OLE color: 4276608.

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

Color convert

RGB1286565-
CMYK00.490.490.50
HSL32.64%37.84%-
HSV(B)49.22%50.2%-
XYZ11.758.756.07-
YUV83.84117.37159.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=49.61%
G=25.19%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128656500.490.490.50032.6437.84
Hex804141031313202126
Octal200101101061616204146
Binary100000001000001100000101100011100011100100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804141; }

 p { color: rgb(128,65,65); }

 H1.HeaderClassName
 {
   color: #804141;
 }
 .AnyTagClassName
 {
   color: #804141;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #804141;
 }
 .BgClassName
 {
   background-color: #804141;
 }
</style>
border-color css

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

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

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