#864240

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

Shades of Red Robin #864240

Tints of Red Robin #864240

Color information

#864240 (or 0x864240) is unknown color: approx Red Robin. HEX triplet: 86, 42 and 40. RGB value is (134,66,64). Sum of RGB (Red+Green+Blue) = 134+66+64=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #864240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864240 is #79BDBF. Grayscale: #565656. Windows color (decimal): -7978432 or 4211334. OLE color: 4211334.

HSL color Cylindrical-coordinate representation of color #864240: hue angle of 1.71º 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 #864240 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1346664-
CMYK00.510.520.47
HSL1.71º35.35%38.82%-
HSV(B)1.71º52.24%52.55%-
XYZ12.719.335.98-
YUV86.1115.53162.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=50.76%
G=25%
B=24.24%

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
Decimal134666400.510.520.471.7135.3538.82
Hex864240033342F22327
Octal206102100063645724347
Binary1000011010000101000000011001111010010111110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864240; }

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

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

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

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

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

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

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

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