#864140

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

Shades of Red Robin #864140

Tints of Red Robin #864140

Color information

#864140 (or 0x864140) is unknown color: approx Red Robin. HEX triplet: 86, 41 and 40. RGB value is (134,65,64). Sum of RGB (Red+Green+Blue) = 134+65+64=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #864140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864140 is #79BEBF. Grayscale: #555555. Windows color (decimal): -7978688 or 4211078. OLE color: 4211078.

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

Color convert

RGB1346564-
CMYK00.510.520.47
HSL0.86º35.35%38.82%-
HSV(B)0.86º52.24%52.55%-
XYZ12.659.225.96-
YUV85.52115.86162.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=50.95%
G=24.71%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134656400.510.520.470.8635.3538.82
Hex864140033342F12327
Octal206101100063645714347
Binary100001101000001100000001100111101001011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864140; }

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

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

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

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

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

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

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

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