#864239

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

Shades of Red Robin #864239

Tints of Red Robin #864239

Color information

#864239 (or 0x864239) is unknown color: approx Red Robin. HEX triplet: 86, 42 and 39. RGB value is (134,66,57). Sum of RGB (Red+Green+Blue) = 134+66+57=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #864239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864239 is #79BDC6. Grayscale: #555555. Windows color (decimal): -7978439 or 3752582. OLE color: 3752582.

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

Color convert

RGB1346657-
CMYK00.510.570.47
HSL7.01º40.31%37.45%-
HSV(B)7.01º57.46%52.55%-
XYZ12.529.265-
YUV85.31112.03162.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 57 (22.66% from 255) = 22.18%
R=52.14%
G=25.68%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134665700.510.570.477.0140.3137.45
Hex864239033392F72825
Octal20610271063715775045
Binary1000011010000101110010110011111001101111111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864239; }

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

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

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

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

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

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

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

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