#874140

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

Shades of Red Robin #874140

Tints of Red Robin #874140

Color information

#874140 (or 0x874140) is unknown color: approx Red Robin. HEX triplet: 87, 41 and 40. RGB value is (135,65,64). Sum of RGB (Red+Green+Blue) = 135+65+64=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #874140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874140 is #78BEBF. Grayscale: #555555. Windows color (decimal): -7913152 or 4211079. OLE color: 4211079.

HSL color Cylindrical-coordinate representation of color #874140: hue angle of 0.85º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874140 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1356564-
CMYK00.520.530.47
HSL0.85º35.68%39.02%-
HSV(B)0.85º52.59%52.94%-
XYZ12.819.35.97-
YUV85.82115.69163.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=51.14%
G=24.62%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135656400.520.530.470.8535.6839.02
Hex874140034352F12427
Octal207101100064655714447
Binary100001111000001100000001101001101011011111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874140; }

 p { color: rgb(135,65,64); }

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

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

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

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

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

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

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