#804139

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

Shades of Red Robin #804139

Tints of Red Robin #804139

Color information

#804139 (or 0x804139) is unknown color: approx Red Robin. HEX triplet: 80, 41 and 39. RGB value is (128,65,57). Sum of RGB (Red+Green+Blue) = 128+65+57=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #804139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804139 is #7FBEC6. Grayscale: #535353. Windows color (decimal): -8371911 or 3752320. OLE color: 3752320.

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

Color convert

RGB1286557-
CMYK00.490.550.50
HSL6.76º38.38%36.27%-
HSV(B)6.76º55.47%50.2%-
XYZ11.538.674.94-
YUV82.92113.37160.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.2%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 57 (22.66% from 255) = 22.8%
R=51.2%
G=26%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128655700.490.550.506.7638.3836.27
Hex804139031373272624
Octal20010171061676274644
Binary1000000010000011110010110001110111110010111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804139; }

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

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

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

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

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

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

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

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