#864339

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

Shades of Red Robin #864339

Tints of Red Robin #864339

Color information

#864339 (or 0x864339) is unknown color: approx Red Robin. HEX triplet: 86, 43 and 39. RGB value is (134,67,57). Sum of RGB (Red+Green+Blue) = 134+67+57=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #864339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864339 is #79BCC6. Grayscale: #555555. Windows color (decimal): -7978183 or 3752838. OLE color: 3752838.

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

Color convert

RGB1346757-
CMYK00.50.570.47
HSL7.79º40.31%37.45%-
HSV(B)7.79º57.46%52.55%-
XYZ12.589.385.02-
YUV85.89111.7162.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.94%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 57 (22.66% from 255) = 22.09%
R=51.94%
G=25.97%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134675700.50.570.477.7940.3137.45
Hex864339032392F82825
Octal206103710627157105045
Binary10000110100001111100101100101110011011111000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864339; }

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

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

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

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

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

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

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

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