#864439

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

Shades of Red Robin #864439

Tints of Red Robin #864439

Color information

#864439 (or 0x864439) is unknown color: approx Red Robin. HEX triplet: 86, 44 and 39. RGB value is (134,68,57). Sum of RGB (Red+Green+Blue) = 134+68+57=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #864439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864439 is #79BBC6. Grayscale: #565656. Windows color (decimal): -7977927 or 3753094. OLE color: 3753094.

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

Color convert

RGB1346857-
CMYK00.490.570.47
HSL8.57º40.31%37.45%-
HSV(B)8.57º57.46%52.55%-
XYZ12.649.55.04-
YUV86.48111.37161.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 57 (22.66% from 255) = 22.01%
R=51.74%
G=26.25%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134685700.490.570.478.5740.3137.45
Hex864439031392F92825
Octal206104710617157115045
Binary10000110100010011100101100011110011011111001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864439; }

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

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

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

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

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

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

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

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